1
0
mirror of https://github.com/flarum/core.git synced 2025-10-10 22:44:25 +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

@@ -2,7 +2,6 @@
use Flarum\Core;
use Illuminate\Support\ServiceProvider;
use DB;
class ExtensionsServiceProvider extends ServiceProvider
{

View File

@@ -2,11 +2,6 @@
use Illuminate\Support\ServiceProvider as IlluminateServiceProvider;
use Illuminate\Contracts\Events\Dispatcher;
use Flarum\Core\Models\Notification;
use Flarum\Core\Models\User;
use Flarum\Core\Models\Post;
use Flarum\Core\Models\Permission;
use Closure;
class ServiceProvider extends IlluminateServiceProvider
{