File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments