| 1 | <?php namespace Arcanedev\Currencies\Validators; |
||
| 11 | class ValidationServiceProvider extends ServiceProvider |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Main Functions |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * Register the service provider. |
||
| 19 | * |
||
| 20 | * @return void |
||
| 21 | */ |
||
| 22 | public function register() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Boot the service provider. |
||
| 29 | */ |
||
| 30 | public function boot() |
||
| 38 | } |
||
| 39 |