Remove use statements that are no longer needed

This commit is contained in:
Jonny Barnes 2016-09-19 17:34:00 +01:00
parent 34e6ccb97c
commit 24edb96242

View file

@ -5,8 +5,6 @@ namespace App\Providers;
use App\Tag;
use App\Note;
use Validator;
use App\WebMention;
use App\Observers\WebMentionObserver;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider