File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
/node_modules
3
3
composer.lock
4
4
package-lock.json
5
+ _ide_helper.php
5
6
.DS_Store
6
7
.idea
Original file line number Diff line number Diff line change @@ -96,5 +96,9 @@ public function defineAssetPublishing()
96
96
$ this ->publishes ([
97
97
TOTEM_PATH .'/public/img ' => public_path ('vendor/totem/img ' ),
98
98
], 'totem-assets ' );
99
+
100
+ $ this ->publishes ([
101
+ TOTEM_PATH .'/config ' => config_path (),
102
+ ], 'totem-config ' );
99
103
}
100
104
}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public static function frequencies()
61
61
public static function getCommands ()
62
62
{
63
63
$ command_filter = config ('totem.artisan.command_filter ' );
64
- $ whitelist = config ('totem.artisan.whiltelist ' , true );
64
+ $ whitelist = config ('totem.artisan.whitelist ' , true );
65
65
$ all_commands = collect (Artisan::all ());
66
66
67
67
if (! empty ($ command_filter )) {
You can’t perform that action at this time.
0 commit comments