Skip to content

Commit cc80c9e

Browse files
committed
issues checks2
1 parent 698c2bf commit cc80c9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Scaffold/ControllerCreator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function create($model, $fields)
6060

6161
$this->generateFormField($fields);
6262

63-
6463
$stub = $this->files->get($this->getStub());
6564

6665
$this->files->put($path, $this->replace($stub, $this->name, $model));
@@ -176,7 +175,6 @@ public function generateShowField($fields = [])
176175
return $this;
177176
}
178177

179-
180178
public function generateGridField($fields = [])
181179
{
182180
$fields = array_filter($fields, function ($field) {

0 commit comments

Comments
 (0)