File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- namespace Commands ;
3+ namespace Cheesegrits \ Iseed \ Commands ;
44
55use Illuminate \Console \Command ;
66use function Cheesegrits \Iseed \env ;
Original file line number Diff line number Diff line change 11<?php
22
3- namespace src \Facades ;
3+ namespace Cheesegrits \ Iseed \Facades ;
44
55use Illuminate \Support \Facades \Facade ;
66
Original file line number Diff line number Diff line change 22
33namespace Cheesegrits \Iseed ;
44
5- use Commands \IseedAllCommand ;
6- use Commands \IseedCommand ;
5+ use Cheesegrits \ Iseed \ Commands \IseedAllCommand ;
6+ use Cheesegrits \ Iseed \ Commands \IseedCommand ;
77use Illuminate \Support \ServiceProvider ;
8- use src \Facades \Iseed ;
98
109class IseedServiceProvider extends ServiceProvider
1110{
@@ -50,7 +49,7 @@ public function register()
5049 $ this ->app ->booting (
5150 function () {
5251 $ loader = \Illuminate \Foundation \AliasLoader::getInstance ();
53- $ loader ->alias ('Iseed ' , 'src \Facades\Iseed ' );
52+ $ loader ->alias ('Iseed ' , 'Cheesgrits\Iseed \Facades\Iseed ' );
5453 }
5554 );
5655
You can’t perform that action at this time.
0 commit comments