Skip to content

Commit

Permalink
action resource should not be globally searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
anditsung committed Jul 10, 2020
1 parent 1662b2d commit ff7b31a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nova/ActionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class ActionResource extends Resource
*/
public static $model = ActionEvent::class;

public static $globallySearchable = false;

/**
* Determine if the current user can create new resources.
*
Expand Down

0 comments on commit ff7b31a

Please sign in to comment.