This website requires JavaScript.
Explore
Help
Sign in
core
/
php-content
Watch
8
Star
0
Fork
You've already forked php-content
0
Code
Issues
4
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
dev
php-content
/
routes
/
console.php
6 lines
85 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2026-01-26 23:24:57 +00:00
<
?
php
fix(content): add missing strict_types and fix route path casing Add declare(strict_types=1) to 5 PHP files missing it (routes/console.php, 4 feature tests). Fix Boot.php route includes from Routes/ to routes/ to match actual directory casing — prevents breakage on case-sensitive filesystems. Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:08:03 +00:00
declare
(
strict_types
=
1
);
Initial commit
2026-01-26 23:24:57 +00:00
// Console commands are registered via Core modules
Reference in a new issue
Copy permalink