mirror of https://github.com/flightphp/core
Merge pull request #725 from flightphp/restore-path-autoloader
Restore Flight::path() autoloading broken in 3.19pull/728/head v3.19.2
commit
f617b5c2f6
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\middleware;
|
||||
|
||||
class Something
|
||||
{
|
||||
}
|
||||
Loading…
Reference in new issue