File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ protected function getStub()
142
142
// return $this->option('pivot')
143
143
// ? $this->resolveStubPath('/stubs/model.pivot.stub')
144
144
// : $this->resolveStubPath('/stubs/baum.stub');
145
- return $ this ->resolveStubPath ('/stubs/baum.stub ' );
145
+ return $ this ->resolveStubPath ('/stubs/baum.stub ' );
146
146
}
147
147
148
148
/**
Original file line number Diff line number Diff line change 2
2
3
3
namespace Baum \Providers ;
4
4
5
- use Baum \Console \InstallCommand ;
6
- use Baum \Generators \MigrationGenerator ;
7
- use Baum \Generators \ModelGenerator ;
8
5
use Illuminate \Support \ServiceProvider ;
9
6
10
7
class BaumServiceProvider extends ServiceProvider
@@ -14,7 +11,8 @@ class BaumServiceProvider extends ServiceProvider
14
11
*
15
12
* @return void
16
13
*/
17
- public function boot () {
14
+ public function boot ()
15
+ {
18
16
19
17
// Load Commands
20
18
if ($ this ->app ->runningInConsole ()) {
Original file line number Diff line number Diff line change @@ -260,5 +260,4 @@ public function makeBaumTest()
260
260
->assertExitCode (0 );
261
261
262
262
}
263
-
264
263
}
You can’t perform that action at this time.
0 commit comments