pr0ggy
Results
1
issues of
pr0ggy
Currently, Flight appears to break when using named parameters when calling static methods. For example: ```php Flight::set('flight.views.path', __DIR__.'/../src/UI/views'); Flight::route('GET /', function () { Flight::render('UI_VIEW_MOCKUP', key: 'main_content'); // breaks Flight::render('basic_layout'); });...