diff --git a/app/Http/Controllers/SelfUpdateController.php b/app/Http/Controllers/SelfUpdateController.php index 98cff35d79..2071f8f3e1 100644 --- a/app/Http/Controllers/SelfUpdateController.php +++ b/app/Http/Controllers/SelfUpdateController.php @@ -126,7 +126,7 @@ class SelfUpdateController extends BaseController Artisan::call('migrate', ['--force' => true]); Artisan::call('config:clear'); Artisan::call('cache:clear'); - Artisan::call('ninja:design'); + Artisan::call('ninja:design-update'); // $this->runModelChecks();