stan errors

This commit is contained in:
2025-03-15 23:39:55 +05:00
parent 8ce5db8df0
commit dea84541ef
15 changed files with 65 additions and 160 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Nova\Resources\Order\Loan\Concerns;
use App\Nova\Resources\Branch\Branch;
use App\Nova\Resources\Order\Loan\LoanOrderMobile;
use App\Nova\Resources\Order\Loan\LoanType;
use App\Repos\Order\OrderRepo;
use App\Repos\System\Settings\Location\RegionRepo;
@@ -17,8 +18,10 @@ class LoanOrderFieldsForIndex
{
/**
* Loan Order fields for "create"
*
* @return array<int, \Laravel\Nova\Fields\Field>
*/
public static function make($resource): array
public static function make(LoanOrderMobile $resource): array
{
return [
ID::make()->hide(),