| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class PolymorphicServiceProvider extends ServiceProvider |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Bootstrap the application services. |
||
| 26 | * |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | public function boot() |
||
| 33 | //'Comment' => Comment::class, |
||
| 34 | //'Friend' => Friend::class, |
||
| 35 | ]); |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Register the application services. |
||
| 40 | * |
||
| 41 | * @return void |
||
| 42 | */ |
||
| 43 | public function register() |
||
| 48 |