@@ -1,9 +1,7 @@ |
||
1 | 1 | <?php namespace Bantenprov\MasterTarif\Http\Controllers; |
2 | 2 | |
3 | 3 | use App\Http\Controllers\Controller; |
4 | -use Illuminate\Http\Request; |
|
5 | 4 | use Bantenprov\MasterTarif\Facades\MasterTarif; |
6 | -use Bantenprov\MasterTarif\Models\MasterTarifModel; |
|
7 | 5 | |
8 | 6 | /** |
9 | 7 | * The MasterTarifController class. |