app/Providers/AppServiceProvider.php: remove unneeded use.
This commit is contained in:
parent
e8f38b0bce
commit
4ac627fe39
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace App\Providers;
|
||||
|
||||
use Illuminate\Support\Facades\Blade;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
|
|
|
|||
Reference in a new issue