Current Path : /storage/v11800/affypharma/public_html/wp-content/plugins/ninja-tables/vendor/composer/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/affypharma/public_html/wp-content/plugins/ninja-tables/vendor/composer/autoload_classmap.php
<?php

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    'NinjaTables\\App\\App' => $baseDir . '/app/App.php',
    'NinjaTables\\App\\CPT\\NinjaTable' => $baseDir . '/app/CPT/NinjaTable.php',
    'NinjaTables\\App\\ComposerScript' => $baseDir . '/app/ComposerScript.php',
    'NinjaTables\\App\\Hooks\\Handlers\\ActivationHandler' => $baseDir . '/app/Hooks/Handlers/ActivationHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\AdminMenuHandler' => $baseDir . '/app/Hooks/Handlers/AdminMenuHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\AjaxHandler' => $baseDir . '/app/Hooks/Handlers/AjaxHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\CPTHandler' => $baseDir . '/app/Hooks/Handlers/CPTHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\DataProviderHandler' => $baseDir . '/app/Hooks/Handlers/DataProviderHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\EditorBlockHandler' => $baseDir . '/app/Hooks/Handlers/EditorBlockHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\ExportHandler' => $baseDir . '/app/Hooks/Handlers/ExportHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\NinjaTableAdminHandler' => $baseDir . '/app/Hooks/Handlers/NinjaTableAdminHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\PreviewHandler' => $baseDir . '/app/Hooks/Handlers/PreviewHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\PublicDataHandler' => $baseDir . '/app/Hooks/Handlers/PublicDataHandler.php',
    'NinjaTables\\App\\Hooks\\Handlers\\StyleHandler' => $baseDir . '/app/Hooks/Handlers/StyleHandler.php',
    'NinjaTables\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
    'NinjaTables\\App\\Http\\Controllers\\FluentFormsController' => $baseDir . '/app/Http/Controllers/FluentFormsController.php',
    'NinjaTables\\App\\Http\\Controllers\\ImportController' => $baseDir . '/app/Http/Controllers/ImportController.php',
    'NinjaTables\\App\\Http\\Controllers\\PluginInstallerController' => $baseDir . '/app/Http/Controllers/PluginInstallerController.php',
    'NinjaTables\\App\\Http\\Controllers\\SettingsController' => $baseDir . '/app/Http/Controllers/SettingsController.php',
    'NinjaTables\\App\\Http\\Controllers\\TableBuilderController' => $baseDir . '/app/Http/Controllers/TableBuilderController.php',
    'NinjaTables\\App\\Http\\Controllers\\TableItemsController' => $baseDir . '/app/Http/Controllers/TableItemsController.php',
    'NinjaTables\\App\\Http\\Controllers\\TablesController' => $baseDir . '/app/Http/Controllers/TablesController.php',
    'NinjaTables\\App\\Http\\Controllers\\ToolsController' => $baseDir . '/app/Http/Controllers/ToolsController.php',
    'NinjaTables\\App\\Http\\Controllers\\WPPostsController' => $baseDir . '/app/Http/Controllers/WPPostsController.php',
    'NinjaTables\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php',
    'NinjaTables\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php',
    'NinjaTables\\App\\Library\\Csv\\AbstractCsv' => $baseDir . '/app/Library/Csv/AbstractCsv.php',
    'NinjaTables\\App\\Library\\Csv\\Config\\Controls' => $baseDir . '/app/Library/Csv/Config/Controls.php',
    'NinjaTables\\App\\Library\\Csv\\Config\\Output' => $baseDir . '/app/Library/Csv/Config/Output.php',
    'NinjaTables\\App\\Library\\Csv\\Exception\\InvalidRowException' => $baseDir . '/app/Library/Csv/Exception/InvalidRowException.php',
    'NinjaTables\\App\\Library\\Csv\\Modifier\\MapIterator' => $baseDir . '/app/Library/Csv/Modifier/MapIterator.php',
    'NinjaTables\\App\\Library\\Csv\\Modifier\\QueryFilter' => $baseDir . '/app/Library/Csv/Modifier/QueryFilter.php',
    'NinjaTables\\App\\Library\\Csv\\Modifier\\RowFilter' => $baseDir . '/app/Library/Csv/Modifier/RowFilter.php',
    'NinjaTables\\App\\Library\\Csv\\Modifier\\StreamFilter' => $baseDir . '/app/Library/Csv/Modifier/StreamFilter.php',
    'NinjaTables\\App\\Library\\Csv\\Modifier\\StreamIterator' => $baseDir . '/app/Library/Csv/Modifier/StreamIterator.php',
    'NinjaTables\\App\\Library\\Csv\\Plugin\\ColumnConsistencyValidator' => $baseDir . '/app/Library/Csv/Plugin/ColumnConsistencyValidator.php',
    'NinjaTables\\App\\Library\\Csv\\Plugin\\ForbiddenNullValuesValidator' => $baseDir . '/app/Library/Csv/Plugin/ForbiddenNullValuesValidator.php',
    'NinjaTables\\App\\Library\\Csv\\Plugin\\SkipNullValuesFormatter' => $baseDir . '/app/Library/Csv/Plugin/SkipNullValuesFormatter.php',
    'NinjaTables\\App\\Library\\Csv\\Reader' => $baseDir . '/app/Library/Csv/Reader.php',
    'NinjaTables\\App\\Library\\Csv\\Writer' => $baseDir . '/app/Library/Csv/Writer.php',
    'NinjaTables\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
    'NinjaTables\\App\\Models\\NinjaTableItem' => $baseDir . '/app/Models/NinjaTableItem.php',
    'NinjaTables\\App\\Models\\Post' => $baseDir . '/app/Models/Post.php',
    'NinjaTables\\App\\Models\\User' => $baseDir . '/app/Models/User.php',
    'NinjaTables\\App\\Modules\\DataProviders\\DefaultProvider' => $baseDir . '/app/Modules/DataProviders/DefaultProvider.php',
    'NinjaTables\\App\\Modules\\DataProviders\\FluentFormProvider' => $baseDir . '/app/Modules/DataProviders/FluentFormProvider.php',
    'NinjaTables\\App\\Modules\\DataProviders\\NinjaFooTable' => $baseDir . '/app/Modules/DataProviders/NinjaFooTable.php',
    'NinjaTables\\App\\Modules\\DragAndDrop\\InitConfig' => $baseDir . '/app/Modules/DragAndDrop/InitConfig.php',
    'NinjaTables\\App\\Modules\\DynamicConfig' => $baseDir . '/app/Modules/DynamicConfig.php',
    'NinjaTables\\App\\Modules\\I18nStrings' => $baseDir . '/app/Modules/I18nStrings.php',
    'NinjaTables\\App\\Modules\\Lead\\LeadFlow' => $baseDir . '/app/Modules/Lead/LeadFlow.php',
    'NinjaTables\\App\\Modules\\Lead\\LeadOptIn' => $baseDir . '/app/Modules/Lead/LeadOptIn.php',
    'NinjaTables\\App\\Modules\\Lead\\ReviewOptIn' => $baseDir . '/app/Modules/Lead/ReviewOptIn.php',
    'NinjaTables\\App\\Modules\\ReadyMadeTable' => $baseDir . '/app/Modules/ReadyMadeTable.php',
    'NinjaTables\\App\\Services\\AjaxInstaller' => $baseDir . '/app/Services/AjaxInstaller.php',
    'NinjaTables\\App\\Services\\AutomaticUpgrader' => $baseDir . '/app/Services/AutomaticUpgrader.php',
    'NinjaTables\\App\\Services\\BackgroundInstaller' => $baseDir . '/app/Services/BackgroundInstaller.php',
    'NinjaTables\\App\\Services\\PluginInstaller' => $baseDir . '/app/Services/PluginInstaller.php',
    'NinjaTables\\App\\Traits\\ImportTrait' => $baseDir . '/app/Traits/ImportTrait.php',
    'NinjaTables\\App\\Traits\\WpPostTrait' => $baseDir . '/app/Traits/WpPostTrait.php',
    'NinjaTables\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
    'NinjaTables\\Database\\DBSeeder' => $baseDir . '/database/DBSeeder.php',
    'NinjaTables\\Database\\Migrations\\ExampleMigrator' => $baseDir . '/database/Migrations/ExampleMigrator.php',
    'NinjaTables\\Database\\Migrations\\NinjaTableItemsMigrator' => $baseDir . '/database/Migrations/NinjaTableItemsMigrator.php',
    'NinjaTables\\Database\\Migrations\\NinjaTablesMigration' => $baseDir . '/database/Migrations/NinjaTablesMigration.php',
    'NinjaTables\\Database\\Migrations\\NinjaTablesSupsysticTableMigration' => $baseDir . '/database/Migrations/NinjaTablesSupsysticTableMigration.php',
    'NinjaTables\\Database\\Migrations\\NinjaTablesTablePressMigration' => $baseDir . '/database/Migrations/NinjaTablesTablePressMigration.php',
    'NinjaTables\\Framework\\Database\\BaseGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php',
    'NinjaTables\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
    'NinjaTables\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
    'NinjaTables\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
    'NinjaTables\\Framework\\Database\\Orm\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php',
    'NinjaTables\\Framework\\Database\\Orm\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php',
    'NinjaTables\\Framework\\Database\\Orm\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/DateTime.php',
    'NinjaTables\\Framework\\Database\\Orm\\MassAssignmentException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php',
    'NinjaTables\\Framework\\Database\\Orm\\Model' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Model.php',
    'NinjaTables\\Framework\\Database\\Orm\\ModelHelperTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelHelperTrait.php',
    'NinjaTables\\Framework\\Database\\Orm\\ModelNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\BelongsTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\BelongsToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\HasMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\HasManyThrough' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\HasOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\HasOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\MorphMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\MorphOne' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\MorphOneOrMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\MorphPivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\MorphTo' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\MorphToMany' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\Pivot' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php',
    'NinjaTables\\Framework\\Database\\Orm\\Relations\\Relation' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php',
    'NinjaTables\\Framework\\Database\\Orm\\Scope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php',
    'NinjaTables\\Framework\\Database\\Orm\\ScopeInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/ScopeInterface.php',
    'NinjaTables\\Framework\\Database\\Orm\\SoftDeletes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php',
    'NinjaTables\\Framework\\Database\\Orm\\SoftDeletingScope' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php',
    'NinjaTables\\Framework\\Database\\QueryException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/QueryException.php',
    'NinjaTables\\Framework\\Database\\Query\\Builder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Builder.php',
    'NinjaTables\\Framework\\Database\\Query\\Expression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Expression.php',
    'NinjaTables\\Framework\\Database\\Query\\Grammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Grammar.php',
    'NinjaTables\\Framework\\Database\\Query\\JoinClause' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php',
    'NinjaTables\\Framework\\Database\\Query\\JsonExpression' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/JsonExpression.php',
    'NinjaTables\\Framework\\Database\\Query\\MySqlGrammar' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/MySqlGrammar.php',
    'NinjaTables\\Framework\\Database\\Query\\Processor' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/Processor.php',
    'NinjaTables\\Framework\\Database\\Query\\WPDBConnection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php',
    'NinjaTables\\Framework\\Foundation\\App' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/App.php',
    'NinjaTables\\Framework\\Foundation\\Application' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Application.php',
    'NinjaTables\\Framework\\Foundation\\AsyncRequestTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/AsyncRequestTrait.php',
    'NinjaTables\\Framework\\Foundation\\BindingResolutionException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/BindingResolutionException.php',
    'NinjaTables\\Framework\\Foundation\\ComponentBinder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php',
    'NinjaTables\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
    'NinjaTables\\Framework\\Foundation\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Container.php',
    'NinjaTables\\Framework\\Foundation\\ContainerContract' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ContainerContract.php',
    'NinjaTables\\Framework\\Foundation\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ContextualBindingBuilder.php',
    'NinjaTables\\Framework\\Foundation\\ContextualBindingBuilderContract' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ContextualBindingBuilderContract.php',
    'NinjaTables\\Framework\\Foundation\\CronTaskSchedulerTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/CronTaskSchedulerTrait.php',
    'NinjaTables\\Framework\\Foundation\\Dispatcher' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Dispatcher.php',
    'NinjaTables\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
    'NinjaTables\\Framework\\Foundation\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/FoundationTrait.php',
    'NinjaTables\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
    'NinjaTables\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
    'NinjaTables\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
    'NinjaTables\\Framework\\Http\\Controller' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Controller.php',
    'NinjaTables\\Framework\\Http\\Route' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Route.php',
    'NinjaTables\\Framework\\Http\\Router' => $vendorDir . '/wpfluent/framework/src/WPFluent/Http/Router.php',
    'NinjaTables\\Framework\\Pagination\\AbstractPaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php',
    'NinjaTables\\Framework\\Pagination\\LengthAwarePaginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php',
    'NinjaTables\\Framework\\Pagination\\LengthAwarePaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php',
    'NinjaTables\\Framework\\Pagination\\Paginator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Paginator.php',
    'NinjaTables\\Framework\\Pagination\\PaginatorInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php',
    'NinjaTables\\Framework\\Pagination\\Presenter' => $vendorDir . '/wpfluent/framework/src/WPFluent/Pagination/Presenter.php',
    'NinjaTables\\Framework\\Request\\Cleaner' => $vendorDir . '/wpfluent/framework/src/WPFluent/Request/Cleaner.php',
    'NinjaTables\\Framework\\Request\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Request/File.php',
    'NinjaTables\\Framework\\Request\\FileHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Request/FileHandler.php',
    'NinjaTables\\Framework\\Request\\InputHelperMethodsTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Request/InputHelperMethodsTrait.php',
    'NinjaTables\\Framework\\Request\\Request' => $vendorDir . '/wpfluent/framework/src/WPFluent/Request/Request.php',
    'NinjaTables\\Framework\\Response\\Response' => $vendorDir . '/wpfluent/framework/src/WPFluent/Response/Response.php',
    'NinjaTables\\Framework\\Support\\Arr' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Arr.php',
    'NinjaTables\\Framework\\Support\\ArrayableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php',
    'NinjaTables\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
    'NinjaTables\\Framework\\Support\\Helper' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Helper.php',
    'NinjaTables\\Framework\\Support\\Htmlable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Htmlable.php',
    'NinjaTables\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
    'NinjaTables\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
    'NinjaTables\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
    'NinjaTables\\Framework\\Support\\QueueableCollectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/QueueableCollectionInterface.php',
    'NinjaTables\\Framework\\Support\\QueueableEntity' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/QueueableEntity.php',
    'NinjaTables\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
    'NinjaTables\\Framework\\Support\\Str' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Str.php',
    'NinjaTables\\Framework\\Support\\UrlRoutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php',
    'NinjaTables\\Framework\\Validator\\Contracts\\File' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php',
    'NinjaTables\\Framework\\Validator\\MessageBag' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/MessageBag.php',
    'NinjaTables\\Framework\\Validator\\ValidatesAttributes' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php',
    'NinjaTables\\Framework\\Validator\\ValidationData' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationData.php',
    'NinjaTables\\Framework\\Validator\\ValidationException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationException.php',
    'NinjaTables\\Framework\\Validator\\ValidationRuleParser' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php',
    'NinjaTables\\Framework\\Validator\\Validator' => $vendorDir . '/wpfluent/framework/src/WPFluent/Validator/Validator.php',
    'NinjaTables\\Framework\\View\\View' => $vendorDir . '/wpfluent/framework/src/WPFluent/View/View.php',
);

Softgel-Capsule – Affy Pharma Pvt Ltd

Arrange A Callback
[]
1 Step 1
Full Name
Telephone
Departmentyour full name
Postal Address
Message
0 /
Previous
Next
Shopping Basket