@@ -2,14 +2,14 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\WebTinker; |
| 4 | 4 | |
| 5 | -use Psy\Configuration; |
|
| 6 | -use Psy\ExecutionLoopClosure; |
|
| 7 | -use Spatie\WebTinker\Shell\Shell; |
|
| 8 | -use Illuminate\Support\Collection; |
|
| 9 | -use Illuminate\Foundation\Application; |
|
| 10 | 5 | use Illuminate\Database\Eloquent\Model; |
| 6 | +use Illuminate\Foundation\Application; |
|
| 7 | +use Illuminate\Support\Collection; |
|
| 11 | 8 | use Laravel\Tinker\ClassAliasAutoloader; |
| 9 | +use Psy\Configuration; |
|
| 10 | +use Psy\ExecutionLoopClosure; |
|
| 12 | 11 | use Spatie\WebTinker\OutputModifiers\OutputModifier; |
| 12 | +use Spatie\WebTinker\Shell\Shell; |
|
| 13 | 13 | use Symfony\Component\Console\Output\BufferedOutput; |
| 14 | 14 | |
| 15 | 15 | class Tinker |