Remove comma

This commit is contained in:
James Cole 2020-03-20 18:23:21 +01:00
parent 9ab36d4598
commit eb31ff4ebb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -27,7 +27,7 @@ use FireflyIII\Http\Middleware\IsAdmin;
Route::group(
[
'namespace' => 'FireflyIII\Api\V1\Controllers', 'prefix' => 'about',
'as' => 'api.v1.about.',],
'as' => 'api.v1.about.'],
static function () {
// Accounts API routes: