php-content/routes/console.php
Snider d3f31fd6f7
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 4s
CI / PHP 8.4 (pull_request) Failing after 5s
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

5 lines
85 B
PHP

<?php
declare(strict_types=1);
// Console commands are registered via Core modules