Files
opensem/routes/Shop/Admin/PriceFamilyValues.php
Ludovic CANDELLIER 083d358fbd Mise à jour
2021-03-21 23:26:53 +01:00

8 lines
278 B
PHP

<?php
Route::prefix('PriceFamilyValues')->name('PriceFamilyValues.')->group(function () {
Route::any('getOptionsByFamily', 'PriceFamilyValueController@getOptionsByFamily')->name('getOptionsByFamily');
});
Route::resource('PriceFamilyValues', 'PriceFamilyValueController');