File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33namespace Bit \Skeleton \Providers ;
44
5+ use Bit \Skeleton \Support \Domain ;
56use Bit \Skeleton \Support \Service ;
67use Illuminate \Support \ServiceProvider ;
78
@@ -15,7 +16,8 @@ class SkeletonServiceProvider extends ServiceProvider
1516 public function boot ()
1617 {
1718 Service::boot ();
18-
19+ Domain::boot ();
20+
1921 if ($ this ->app ->runningInConsole ()) {
2022 $ this ->registerCommands ();
2123 }
@@ -36,6 +38,10 @@ protected function registerCommands()
3638 \Bit \Skeleton \Console \Commands \FeatureMakeCommand::class,
3739
3840 \Bit \Skeleton \Console \Commands \ControllerMakeCommand::class,
41+
42+ \Bit \Skeleton \Console \Commands \DomainMakeCommand::class,
43+
44+ \Bit \Skeleton \Console \Commands \JobMakeCommand::class,
3945 ]);
4046 }
4147}
You can’t perform that action at this time.
0 commit comments