Fixed a typo

This commit is contained in:
Graham Campbell
2014-12-30 18:50:18 +00:00
parent 7c642bb639
commit 2be4284e56
@@ -52,7 +52,7 @@ abstract class EloquentRepository
* *
* @return object * @return object
*/ */
public function find(int $id) public function find($id)
{ {
return $this->model->find($id); return $this->model->find($id);
} }