@@ -57,7 +57,7 @@ |
||
| 57 | 57 | /** |
| 58 | 58 | * Get the services provided by the provider. |
| 59 | 59 | * |
| 60 | - * @return array |
|
| 60 | + * @return string[] |
|
| 61 | 61 | */ |
| 62 | 62 | public function provides() |
| 63 | 63 | { |
@@ -1,9 +1,7 @@ |
||
| 1 | 1 | <?php namespace Bantenprov\DDPegawai\Http\Controllers; |
| 2 | 2 | |
| 3 | 3 | use App\Http\Controllers\Controller; |
| 4 | -use Illuminate\Http\Request; |
|
| 5 | 4 | use Bantenprov\DDPegawai\Facades\DDPegawai; |
| 6 | -use Bantenprov\DDPegawai\Models\DDPegawaiModel; |
|
| 7 | 5 | |
| 8 | 6 | /** |
| 9 | 7 | * The DDPegawaiController class. |