Skip to content

Commit

Permalink
Shift-up time of translatable migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny committed Oct 28, 2023
1 parent 4588bd5 commit f72ef24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Packages/Translatable/Commands/TranslatableMake.php
Expand Up @@ -22,6 +22,7 @@ public function exec()
File::makeDirectory($models, 0777, true, true);

$this->generateMainModel();
sleep(2);
$this->generateTranslatableModel();
}

Expand Down

0 comments on commit f72ef24

Please sign in to comment.