mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Flatten Flarum\Http namespace
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Http\Handler;
|
||||
namespace Flarum\Http;
|
||||
|
||||
use Flarum\Http\Controller\ControllerInterface;
|
||||
use Illuminate\Contracts\Container\Container;
|
@@ -9,7 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Http\Handler;
|
||||
namespace Flarum\Http;
|
||||
|
||||
use Illuminate\Contracts\Container\Container;
|
||||
|
Reference in New Issue
Block a user