23 lines
617 B
Plaintext
23 lines
617 B
Plaintext
|
|
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()?-")
|
|
|