@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace DmitryBubyakin\Shortener; |
| 4 | 4 | |
| 5 | +use DmitryBubyakin\Shortener\Http\Controllers\ShortenerController; |
|
| 5 | 6 | use Hashids\Hashids; |
| 6 | 7 | use Illuminate\Support\Facades\Route; |
| 7 | -use DmitryBubyakin\Shortener\Http\Controllers\ShortenerController; |
|
| 8 | 8 | |
| 9 | 9 | class Shortener |
| 10 | 10 | { |