WIP on CArd Orders

This commit is contained in:
2023-12-11 17:29:50 +05:00
parent 63e264805a
commit ee4d71cff0
14 changed files with 632 additions and 7 deletions

View File

@@ -15,6 +15,13 @@ abstract class Resource extends NovaResource
*/
public static $trafficCop = false;
/**
* Indicates if the resource should be globally searchable.
*
* @var bool
*/
public static $globallySearchable = false;
/**
* Determine if the current user can replicate the given resource.
*/