File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class UpdateCommand extends Command
1313 use WithPixelArt;
1414
1515 private bool $ forcePublishMigrations = false ;
16+
1617 private bool $ forceRunMigration = false ;
1718
1819 public function handle ()
@@ -40,7 +41,7 @@ public function handle()
4041 if ($ this ->forcePublishMigrations || $ this ->confirm ('Do you want to publish the migrations? ' , true )) {
4142 $ this ->call ('vendor:publish ' , [
4243 '--tag ' => InspireCms::CORE_SLUG . '-migrations ' ,
43- '--force ' => $ this ->forceRunMigration ,
44+ '--force ' => $ this ->forceRunMigration ,
4445 ]);
4546 $ this ->info ('Migrations published. ' );
4647 } else {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function userActivities()
4141 protected static function boot ()
4242 {
4343 parent ::boot ();
44-
44+
4545 static ::creating (function ($ model ) {
4646 if (empty ($ model ->uuid )) {
4747 $ model ->uuid = (string ) Str::uuid7 ();
You can’t perform that action at this time.
0 commit comments