1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 16:05:05 +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
{