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 f500eb2 commit 16018bfCopy full SHA for 16018bf
src/Console/stubs/repository.model.stub
@@ -85,4 +85,14 @@ class DummyClass extends Repository {
85
public function delete($id) {
86
// return $this->repository->findOrFail($id)->delete();
87
}
88
+
89
+ /**
90
+ * Destroy the models for the given IDs.
91
+ *
92
+ * @param \Illuminate\Support\Collection|array|int $ids
93
+ * @return int
94
+ */
95
+ public static function destroy($ids) {
96
+ //
97
+ }
98
0 commit comments