Skip to content

Commit

Permalink
Paginaton Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrick Peter committed May 16, 2023
1 parent d55eab9 commit b2ce979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collections/Traits/CollectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static protected function checkProxiesType()
{
// get Trace
self::getTrace();

// if in first or insert proxies
if(in_array(self::$instance, self::$proxies['first']) || in_array(self::$instance, self::$proxies['insert'])){
return true;
Expand Down

0 comments on commit b2ce979

Please sign in to comment.