@@ -22,7 +22,6 @@ |
||
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Show specific item by ID |
| 25 | - * @param History $history |
|
| 26 | 25 | * @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\View\View |
| 27 | 26 | */ |
| 28 | 27 | public function show($id) |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | |
| 6 | 6 | use Iferas93\HistoriableModel\Models\History; |
| 7 | -use Illuminate\Http\Request; |
|
| 8 | 7 | |
| 9 | 8 | class HistoryController extends Controller |
| 10 | 9 | { |