Merge pull request #284 from phanan/analysis-8m43bp

Applied fixes from StyleCI
This commit is contained in:
Phan An 2016-03-23 21:23:26 +08:00
commit fd36731cfe

View file

@ -3,8 +3,8 @@
namespace App\Providers;
use App\Models\Album;
use App\Models\Song;
use App\Models\File;
use App\Models\Song;
use Illuminate\Contracts\Events\Dispatcher as DispatcherContract;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;