mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Code cleanup.
This commit is contained in:
@@ -30,11 +30,6 @@ use FireflyIII\Models\Category;
|
||||
*/
|
||||
class CategoryObserver
|
||||
{
|
||||
/**
|
||||
* @param Category $category
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function deleting(Category $category): void
|
||||
{
|
||||
app('log')->debug('Observe "deleting" of a category.');
|
||||
@@ -43,5 +38,4 @@ class CategoryObserver
|
||||
}
|
||||
$category->notes()->delete();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user