Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e08530a

Browse files
committed
Replaces spaces with tabs
1 parent 547a1f0 commit e08530a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Database/Eloquent/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function find($id, $columns = array('*'))
7474
{
7575
if (is_array($id))
7676
{
77-
return $this->findMany($id, $columns);
77+
return $this->findMany($id, $columns);
7878
}
7979

8080
$this->query->where($this->model->getKeyName(), '=', $id);

0 commit comments

Comments
 (0)