1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Remove lots of unneeded imports.

This commit is contained in:
Franz Liedke
2015-06-03 03:20:58 +02:00
parent 8c40c2b4ad
commit 7383c14eae
5 changed files with 0 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
<?php namespace Flarum\Api;
use Flarum\Http\Router;
use Illuminate\Support\ServiceProvider;
class ApiServiceProvider extends ServiceProvider