Skip to content

Commit ddd5cad

Browse files
authored
Merge pull request Laravel-Backpack#109 from laxsmi/patch-1
fix typo
2 parents 07e3945 + 6dd58dd commit ddd5cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4.0/crud-operation-list-entries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ProductCrudController extends CrudController
4646
{
4747
use \Backpack\CRUD\app\Http\Controllers\Operations\ListOperation;
4848

49-
protected setupListOperation()
49+
protected function setupListOperation()
5050
{
5151
// $this->crud->addColumn();
5252
}

0 commit comments

Comments
 (0)