mirror of https://github.com/flightphp/core
PR 709 dropped the Composer files entry for flight/autoload.php and that file returned early when vendor/autoload.php existed, so Loader::autoload() never registered. path() still added directories; namespaced app classes never loaded. Upgrades must not break that.pull/725/head
parent
71de031cef
commit
2880142083
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\middleware;
|
||||
|
||||
class Something
|
||||
{
|
||||
}
|
||||
Loading…
Reference in new issue