Skip to content

Commit 152a1f8

Browse files
authored
🩹 Fix missing Exception namespace on the ResolvesUser trait (#114)
1 parent 8915b11 commit 152a1f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/Concerns/ResolvesUser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Laracord\Console\Concerns;
44

5+
use Exception;
56
use Illuminate\Support\Facades\Http;
67
use Illuminate\Support\Str;
78

0 commit comments

Comments
 (0)