| 1 | <?php |
||
| 11 | class MutableServiceProvider extends BaseProvider |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Register the service provider. |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function register() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Register attribute mutator service. |
||
| 26 | * |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | protected function registerMutator() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Get the services provided by the provider. |
||
| 40 | * |
||
| 41 | * @return array |
||
| 42 | */ |
||
| 43 | public function provides() |
||
| 47 | } |
||
| 48 |