bulk-operations fixed moveItem popup Three, fixed multiSelect with Shift from bottom to top

This commit is contained in:
Milos Holba
2020-11-30 18:49:54 +01:00
parent 58f7479380
commit 8561556f5c
10 changed files with 138 additions and 179 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
namespace App\Console;
use App\Console\Commands\Deploy;
use App\Console\Commands\SetupDevelopmentEnvironment;
// use App\Console\Commands\SetupDevelopmentEnvironment;
use App\Console\Commands\SetupDevEnvironment;
use App\Console\Commands\SetupProductionEnvironment;
use App\Console\Commands\UpgradeApp;
@@ -21,7 +21,7 @@ class Kernel extends ConsoleKernel
*/
protected $commands = [
Deploy::class,
SetupDevelopmentEnvironment::class,
// SetupDevelopmentEnvironment::class,
];
/**