Add validation to service cancellation, and displaying cancellation costs if any
This commit is contained in:
@@ -36,5 +36,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
Route::model('co',\App\Models\Checkout::class);
|
||||
Route::model('po',\App\Models\Payment::class);
|
||||
Route::model('pdo',\App\Models\Product::class);
|
||||
Route::model('so',\App\Models\Service::class);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user