File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,20 @@ public function boot()
21
21
{
22
22
23
23
$ configPath = __DIR__ . '/config/lfm.php ' ;
24
-
25
24
$ this ->mergeConfigFrom ($ configPath , 'lfm ' );
26
25
$ this ->publishes ([
27
26
$ configPath => config_path ('lfm.php ' ),
28
27
], 'config ' );
29
-
30
28
$ configPath = __DIR__ . '/config/cms.php ' ;
31
-
32
29
$ this ->mergeConfigFrom ($ configPath , 'cms ' );
33
30
$ this ->publishes ([
34
31
$ configPath => config_path ('cms.php ' ),
35
32
], 'config ' );
36
-
37
33
$ this ->publishes ([
38
- __DIR__ .'\ stubs\ skin ' => public_path ('skin ' ),
34
+ __DIR__ .'/ stubs/ skin ' => public_path ('skin ' ),
39
35
], 'public ' );
40
-
41
36
$ this ->publishes ([
42
- __DIR__ .'\ stubs\ cms ' => base_path ('cms ' ),
37
+ __DIR__ .'/ stubs/ cms ' => base_path ('cms ' ),
43
38
], 'public ' );
44
39
45
40
Schema::defaultStringLength (191 );
You can’t perform that action at this time.
0 commit comments