We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886a2e3 commit 427198cCopy full SHA for 427198c
src/Illuminate/Database/Eloquent/Builder.php
@@ -253,7 +253,7 @@ public function fromQuery($query, $bindings = [])
253
*
254
* @param mixed $id
255
* @param array $columns
256
- * @return mixed
+ * @return \Illuminate\Database\Eloquent\Model|\Illuminate\Database\Eloquent\Collection|static[]|static|null
257
*/
258
public function find($id, $columns = ['*'])
259
{
0 commit comments