Initialer Laravel Commit für BetiX
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

This commit is contained in:
2026-04-04 18:01:50 +02:00
commit 0280278978
374 changed files with 65210 additions and 0 deletions

22
toArray()) Normal file
View 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()?-")