Skip to content

Commit 23d047f

Browse files
committed
Remove all method from Repository stub
1 parent 88b6ff0 commit 23d047f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Console/stubs/repository.model.stub

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ class DummyClass extends Repository {
2222
*/
2323
public function before($query) {}
2424

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-
3525
/**
3626
* Dynamically retrieve attributes on the model.
3727
*

0 commit comments

Comments
 (0)