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 88b6ff0 commit 23d047fCopy full SHA for 23d047f
src/Console/stubs/repository.model.stub
@@ -22,16 +22,6 @@ class DummyClass extends Repository {
22
*/
23
public function before($query) {}
24
25
- /**
26
- * Get all of the models from the database.
27
- *
28
- * @param array|mixed $columns
29
- * @return \Illuminate\Database\Eloquent\Collection|static[]
30
- */
31
- public function all($columns = ['*']) {
32
- return $this->get($columns);
33
- }
34
-
35
/**
36
* Dynamically retrieve attributes on the model.
37
*
0 commit comments