@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Facade\Ignition\Tabs; |
| 4 | 4 | |
| 5 | -use Throwable; |
|
| 6 | -use JsonSerializable; |
|
| 7 | -use Illuminate\Support\Str; |
|
| 8 | 5 | use Facade\FlareClient\Flare; |
| 6 | +use Illuminate\Support\Str; |
|
| 7 | +use JsonSerializable; |
|
| 8 | +use Throwable; |
|
| 9 | 9 | |
| 10 | 10 | abstract class Tab implements JsonSerializable |
| 11 | 11 | { |