More service structure testing and configuration
Tests aren't working as well as I had hoped, so a lot are commented out while I wait to hear back on this bug causing them to fail.
This commit is contained in:
parent
ce2b2447d0
commit
2235481765
18 changed files with 755 additions and 401 deletions
|
@ -36,7 +36,7 @@ Route::group(['prefix' => 'locations'], function () {
|
|||
Route::get('/view/{location}', 'LocationController@view')->name('admin.locations.view');
|
||||
|
||||
Route::post('/', 'LocationController@create');
|
||||
Route::post('/view/{location}', 'LocationController@update');
|
||||
Route::patch('/view/{location}', 'LocationController@update');
|
||||
});
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue