@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace MuhamedDidovic\Shortener\Controllers; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Routing\Controller as BaseController; |
| 6 | -use Illuminate\Support\Facades\Cache; |
|
| 7 | 6 | use MuhamedDidovic\Shortener\Models\Link; |
| 8 | 7 | |
| 9 | 8 | /** |