Skip to content

Commit

Permalink
Remove dev check
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Jun 1, 2024
1 parent 1742526 commit 4dba49e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Support/CheckLaravelVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ trait CheckLaravelVersion
{
public function atLeastLaravel11(): bool
{
if (App::version() === '11.x-dev') {
return true;
}

return $this->atLeastLaravelVersion('11.0');
}

Expand Down

0 comments on commit 4dba49e

Please sign in to comment.