1
0
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:
Franz Liedke
2017-06-24 13:19:56 +02:00
parent 551e76f296
commit 33e3d757c3
11 changed files with 12 additions and 12 deletions

View File

@@ -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;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Flarum\Http\Handler;
namespace Flarum\Http;
use Illuminate\Contracts\Container\Container;