ListVisaMasterPaymentOrders::route('/'), 'create' => CreateVisaMasterPaymentOrder::route('/create'), 'view' => ViewVisaMasterPaymentOrder::route('/{record}'), 'edit' => EditVisaMasterPaymentOrder::route('/{record}/edit'), ]; } public static function getRecordRouteBindingEloquentQuery(): Builder { return parent::getRecordRouteBindingEloquentQuery() ->withoutGlobalScopes([ SoftDeletingScope::class, ]); } }