luminovang / luminova

PHP Luminova framework, simple yet powerful framework design for speed
https://luminova.ng
MIT License
2 stars 0 forks source link

Composer Still Fails #1

Open teamayu opened 2 weeks ago

teamayu commented 2 weeks ago

The latest version still fails:

Fatal error: Cannot use 'true' as class name as it is reserved in luminova\bootstrap\functions.php on line 215

peterujah commented 2 weeks ago

@teamayu This issue has been resolved by changing function locale(?string $locale = null): string|true to function locale(?string $locale = null): string|bool. You probably should add --no-cache while installing.