autoload-classmap.php
28 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload-classmap.php @generated by Strauss |
| 4 | |
| 5 | $strauss_src = dirname(__FILE__); |
| 6 | |
| 7 | return array( |
| 8 | 'Give\Vendors\StellarWP\ContainerContract\ContainerInterface' => $strauss_src . '/stellarwp/container-contract/src/ContainerInterface.php', |
| 9 | 'Give\Vendors\StellarWP\Validation\ServiceProvider' => $strauss_src . '/stellarwp/validation/src/ServiceProvider.php', |
| 10 | 'Give\Vendors\StellarWP\Validation\Rules\Max' => $strauss_src . '/stellarwp/validation/src/Rules/Max.php', |
| 11 | 'Give\Vendors\StellarWP\Validation\Rules\Email' => $strauss_src . '/stellarwp/validation/src/Rules/Email.php', |
| 12 | 'Give\Vendors\StellarWP\Validation\Rules\Currency' => $strauss_src . '/stellarwp/validation/src/Rules/Currency.php', |
| 13 | 'Give\Vendors\StellarWP\Validation\Rules\Numeric' => $strauss_src . '/stellarwp/validation/src/Rules/Numeric.php', |
| 14 | 'Give\Vendors\StellarWP\Validation\Rules\Size' => $strauss_src . '/stellarwp/validation/src/Rules/Size.php', |
| 15 | 'Give\Vendors\StellarWP\Validation\Rules\Required' => $strauss_src . '/stellarwp/validation/src/Rules/Required.php', |
| 16 | 'Give\Vendors\StellarWP\Validation\Rules\Min' => $strauss_src . '/stellarwp/validation/src/Rules/Min.php', |
| 17 | 'Give\Vendors\StellarWP\Validation\Rules\Integer' => $strauss_src . '/stellarwp/validation/src/Rules/Integer.php', |
| 18 | 'Give\Vendors\StellarWP\Validation\Exceptions\ValidationException' => $strauss_src . '/stellarwp/validation/src/Exceptions/ValidationException.php', |
| 19 | 'Give\Vendors\StellarWP\Validation\Exceptions\Contracts\ValidationExceptionInterface' => $strauss_src . '/stellarwp/validation/src/Exceptions/Contracts/ValidationExceptionInterface.php', |
| 20 | 'Give\Vendors\StellarWP\Validation\Concerns\HasValidationRules' => $strauss_src . '/stellarwp/validation/src/Concerns/HasValidationRules.php', |
| 21 | 'Give\Vendors\StellarWP\Validation\ValidationRulesRegistrar' => $strauss_src . '/stellarwp/validation/src/ValidationRulesRegistrar.php', |
| 22 | 'Give\Vendors\StellarWP\Validation\Config' => $strauss_src . '/stellarwp/validation/src/Config.php', |
| 23 | 'Give\Vendors\StellarWP\Validation\Validator' => $strauss_src . '/stellarwp/validation/src/Validator.php', |
| 24 | 'Give\Vendors\StellarWP\Validation\Contracts\ValidatesOnFrontEnd' => $strauss_src . '/stellarwp/validation/src/Contracts/ValidatesOnFrontEnd.php', |
| 25 | 'Give\Vendors\StellarWP\Validation\Contracts\ValidationRule' => $strauss_src . '/stellarwp/validation/src/Contracts/ValidationRule.php', |
| 26 | 'Give\Vendors\StellarWP\Validation\Contracts\Sanitizer' => $strauss_src . '/stellarwp/validation/src/Contracts/Sanitizer.php', |
| 27 | 'Give\Vendors\StellarWP\Validation\ValidationRuleSet' => $strauss_src . '/stellarwp/validation/src/ValidationRuleSet.php', |
| 28 | ); |