mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -39,6 +39,7 @@ use Log;
|
||||
class CategoryUpdateService
|
||||
{
|
||||
private $user;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
@@ -137,6 +138,7 @@ class CategoryUpdateService
|
||||
->where('rt_meta.value', $oldName)
|
||||
->update(['rt_meta.value' => $newName]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Category $category
|
||||
* @param array $data
|
||||
|
||||
Reference in New Issue
Block a user