Skip to content

Commit

Permalink
staudenmeir#259: Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed authored Sep 5, 2024
1 parent f8b6ce0 commit 29c4de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eloquent/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Staudenmeir\LaravelAdjacencyList\Eloquent;

use Illuminate\Database\Eloquent\Collection as Base;
use RuntimeException;

/**
* @template TKey of array-key
Expand Down

0 comments on commit 29c4de4

Please sign in to comment.