We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b6385 commit c1d29acCopy full SHA for c1d29ac
config/restify.php
@@ -2,6 +2,7 @@
2
3
use Binaryk\LaravelRestify\Http\Middleware\AuthorizeRestify;
4
use Binaryk\LaravelRestify\Http\Middleware\DispatchRestifyStartingEvent;
5
+use Binaryk\LaravelRestify\MCP\Tools\GlobalSearchTool;
6
use Binaryk\LaravelRestify\Repositories\ActionLogRepository;
7
8
return [
@@ -295,7 +296,7 @@
295
296
],
297
'resources' => [
298
'exclude' => [
- // Resource classes to exclude from discovery
299
+ GlobalSearchTool::class,
300
301
'include' => [
302
// Additional resource classes to include
0 commit comments