Pantheon\Terminus\Models\SavedToken::__construct PHP Method

__construct() public method

public __construct ( $attributes = null, array $options = [] )
$options array
    public function __construct($attributes = null, array $options = [])
    {
        parent::__construct($attributes, $options);
    }