Skip to content

Commit 51d9075

Browse files
authored
Update src/app/Library/CrudPanel/Traits/Filters.php
1 parent 1f5245c commit 51d9075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function firstFilterWhere($attribute, $value)
323323
* - CRUD::addFilter(['name' => 'price', 'type' => 'range'], false, function($value) {});
324324
* - CRUD::filter('price')->type('range')->whenActive(function($value) {});
325325
*
326-
* And if the developer uses the CrudFilter object as Field in their CrudController:
326+
* And if the developer uses the CrudFilter object as Filter in their CrudController:
327327
* - Filter::name('price')->type('range')->whenActive(function($value) {});
328328
*
329329
* @param string $name The name of the column in the db, or model attribute.

0 commit comments

Comments
 (0)