Initialer Laravel Commit für BetiX
This commit is contained in:
22
toArray())
Normal file
22
toArray())
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
InvalidArgumentException
|
||||
|
||||
Unexpected end of input
|
||||
|
||||
at vendor\psy\psysh\src\Shell.php:1475
|
||||
1471▕
|
||||
1472▕ if (!$this->hasValidCode()) {
|
||||
1473▕ $this->popCodeStack();
|
||||
1474▕
|
||||
➜ 1475▕ throw new \InvalidArgumentException('Unexpected end of input');
|
||||
1476▕ }
|
||||
1477▕ }
|
||||
1478▕
|
||||
1479▕ /**
|
||||
|
||||
1 vendor\psy\psysh\src\Shell.php:2173
|
||||
Psy\Shell::setCode("print_r(App\Models\User::first()?-")
|
||||
|
||||
2 vendor\laravel\tinker\src\Console\TinkerCommand.php:77
|
||||
Psy\Shell::execute("print_r(App\Models\User::first()?-")
|
||||
|
||||
Reference in New Issue
Block a user