Skip to content

Commit

Permalink
Improved cfg comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 committed Mar 3, 2019
1 parent 8099ec7 commit 2889e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/modelsearch.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

return [
'filtersFQCN' => 'App\\Filters\\', // Fully qualified directory name, used for the Filters FQCN.
'filtersFQCN' => 'App\\Filters\\', // Fully qualified ClassName prefix, used for the Filters FQCN.
'requestFilterPrefix' => 'filter_', // Prefix to be used for filters in Request objects, can be changed during runtime.
];

0 comments on commit 2889e27

Please sign in to comment.