Skip to content

Commit

Permalink
test: Fix Eloquent bridge (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent 740fff0 commit 90b624a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,9 @@ public function deleteRepository(): void
{
$this->__call(__METHOD__, func_get_args());
}

public function getMigrationsByBatch($batch)
{
$this->__call(__METHOD__, func_get_args());
}
}

0 comments on commit 90b624a

Please sign in to comment.