Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit c5c2b04

Browse files
authored
Merge pull request #10 from arnoudhgz/patch-1
removed call to parent::__call
2 parents e7883e6 + d273c35 commit c5c2b04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Data/Repositories/Repository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,5 @@ public function __call($method, $arguments)
209209

210210
return call_user_func_array(array($this, 'findBy'), $arguments);
211211
}
212-
213-
parent::__call($method, $arguments);
214212
}
215213
}

0 commit comments

Comments
 (0)