Balthild

Results 41 issues of Balthild

Log: ``` Cannot redeclare me() (previously declared in /Users/balthild/Projects/PHP/MyProject/app/helpers.php:11) at app/helpers.php:11 7▕ use Illuminate\Support\Str; 8▕ 9▕ const UNIX_NEWLINE = "\n"; 10▕ ➜ 11▕ function me($guard = null): ?User 12▕ {...