Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Brady Wetherington 2022-02-01 11:53:33 -08:00
commit f70c238b1c

View file

@ -389,7 +389,7 @@ Route::group(['prefix' => 'v1', 'middleware' => 'api'], function () {
* Groups API routes
*/
Route::resource('groups',
Api\GroupsCOntroller::class,
Api\GroupsController::class,
['names' =>
[
'index' => 'api.groups.index',
@ -1096,4 +1096,4 @@ Route::group(['prefix' => 'v1', 'middleware' => 'api'], function () {
}); // end fallback routes
}); // end API routes
}); // end API routes