Skip to content

Commit ae42f80

Browse files
authored
Merge pull request #18 from webfactor/3.1
fix comments
2 parents 661be41 + 3296faa commit ae42f80

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

stubs/crud-controller.stub

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,27 @@ class __class_name__ extends CrudController
2323

2424
/*
2525
|--------------------------------------------------------------------------
26-
| BASIC CRUD INFORMATION
26+
| CRUD COLUMNS
2727
|--------------------------------------------------------------------------
2828
*/
2929

30-
// ------ CRUD COLUMNS
31-
3230
$this->crud->addColumns(__columns__);
3331

34-
// ------ CRUD FIELDS
32+
/*
33+
|--------------------------------------------------------------------------
34+
| CRUD FIELDS
35+
|--------------------------------------------------------------------------
36+
*/
3537

3638
$this->crud->addFields(__fields__);
3739

40+
/*
41+
|--------------------------------------------------------------------------
42+
| CRUD FILTERS
43+
|--------------------------------------------------------------------------
44+
*/
45+
46+
//
3847
}
3948

4049
public function store(StoreRequest $request)

0 commit comments

Comments
 (0)