Update translations.

This commit is contained in:
James Cole
2024-01-10 20:29:00 +01:00
parent 3a8162d3c5
commit 8e2546da9d
46 changed files with 418 additions and 242 deletions

View File

@@ -157,6 +157,7 @@ Route::group(
static function (): void {
Route::post('', ['uses' => 'StoreController@post', 'as' => 'store']);
Route::get('{userGroupTransaction}', ['uses' => 'ShowController@show', 'as' => 'show']);
Route::put('{userGroupTransaction}', ['uses' => 'UpdateController@update', 'as' => 'update']);
}
);