mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 10:48:13 +00:00
worked in feedback by JC5
This commit is contained in:
@@ -163,7 +163,7 @@ class CategoryController extends Controller
|
||||
|
||||
return response()->json($manager->createData($resource)->toArray())->header('Content-Type', 'application/vnd.api+json');
|
||||
}
|
||||
throw new FireflyException(trans('error_store_new_category')); // @codeCoverageIgnore
|
||||
throw new FireflyException(trans('api.error_store_new_category')); // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user