| 1 | <?php namespace Propaganistas\LaravelPhone; |
||
| 7 | class LaravelPhoneServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Bootstrap the application events. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | 36 | public function boot() |
|
| 20 | |||
| 21 | /** |
||
| 22 | * Register the service provider. |
||
| 23 | * |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function register() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Determine whether we can register a dependent validator. |
||
| 37 | * |
||
| 38 | * @return bool |
||
| 39 | */ |
||
| 40 | 36 | public static function canUseDependentValidation() |
|
| 46 | } |
||
| 47 |