wip on loanorders

This commit is contained in:
2023-11-26 21:15:42 +05:00
parent 11ad96e5d8
commit 307f197d27
9 changed files with 300 additions and 28 deletions

View File

@@ -7,6 +7,13 @@ use Laravel\Nova\Resource as NovaResource;
abstract class Resource extends NovaResource
{
/**
* Indicates whether Nova should check for modifications between viewing and updating a resource.
*
* @var bool
*/
public static $trafficCop = false;
/**
* Build an "index" query for the given resource.
*