fix stan errors
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Nova\Resources\Order\Loan\Concerns;
|
||||
|
||||
use App\Nova\Resources\Branch\Branch;
|
||||
use App\Nova\Resources\Order\Loan\LoanOrder;
|
||||
use App\Nova\Resources\Order\Loan\LoanOrderMobile;
|
||||
use App\Nova\Resources\Order\Loan\LoanType;
|
||||
use App\Repos\Order\OrderRepo;
|
||||
@@ -21,7 +22,7 @@ class LoanOrderFieldsForIndex
|
||||
*
|
||||
* @return array<int, \Laravel\Nova\Fields\Field>
|
||||
*/
|
||||
public static function make(LoanOrderMobile $resource): array
|
||||
public static function make(LoanOrder|LoanOrderMobile $resource): array
|
||||
{
|
||||
return [
|
||||
ID::make()->hide(),
|
||||
|
||||
Reference in New Issue
Block a user