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 22/node_modules
33composer.lock
44package-lock.json
5+ _ide_helper.php
56.DS_Store
67.idea
Original file line number Diff line number Diff line change @@ -96,5 +96,9 @@ public function defineAssetPublishing()
9696 $ this ->publishes ([
9797 TOTEM_PATH .'/public/img ' => public_path ('vendor/totem/img ' ),
9898 ], 'totem-assets ' );
99+
100+ $ this ->publishes ([
101+ TOTEM_PATH .'/config ' => config_path (),
102+ ], 'totem-config ' );
99103 }
100104}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public static function frequencies()
6161 public static function getCommands ()
6262 {
6363 $ command_filter = config ('totem.artisan.command_filter ' );
64- $ whitelist = config ('totem.artisan.whiltelist ' , true );
64+ $ whitelist = config ('totem.artisan.whitelist ' , true );
6565 $ all_commands = collect (Artisan::all ());
6666
6767 if (! empty ($ command_filter )) {
You can’t perform that action at this time.
0 commit comments