Skip to content

Commit 3d901ab

Browse files
committed
Remove scopeReset call from constructor
1 parent 5614531 commit 3d901ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Repositories/AbstractRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ abstract class AbstractRepository implements RepositoryContract
104104
public function __construct()
105105
{
106106
$this->makeModel();
107-
$this->scopeReset();
108107
$this->boot();
109108
}
110109

0 commit comments

Comments
 (0)