Update supplier/cost with components
This commit is contained in:
@@ -7,7 +7,7 @@ use Illuminate\Support\Facades\Route;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Intuit\Traits\IntuitSocialite;
|
||||
|
||||
use App\Models\{Checkout,Payment,Product,Service,Supplier};
|
||||
use App\Models\{Checkout,Cost,Payment,Product,Service,Supplier};
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
@@ -36,6 +36,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
$this->bootIntuitSocialite();
|
||||
|
||||
Route::model('co',Checkout::class);
|
||||
Route::model('cso',Cost::class);
|
||||
Route::model('po',Payment::class);
|
||||
Route::model('pdo',Product::class);
|
||||
Route::model('so',Service::class);
|
||||
|
Reference in New Issue
Block a user