Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Oct 4, 2023
1 parent ea2b755 commit 508d045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Orbital.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function bootOrbital()

$initialiseOrbitTable = new InitialiseOrbitalTable();

if (! $initialiseOrbitTable->shouldInitialise($model)) {
if ($initialiseOrbitTable->shouldInitialise($model)) {
$initialiseOrbitTable->migrate($model);
}

Expand Down

0 comments on commit 508d045

Please sign in to comment.