mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Code cleanup
This commit is contained in:
10
app/User.php
10
app/User.php
@@ -106,11 +106,6 @@ class User extends Authenticatable
|
||||
return $this->hasMany(Account::class);
|
||||
}
|
||||
|
||||
public function piggyBanks(): void
|
||||
{
|
||||
throw new FireflyException('Method no longer supported.');
|
||||
}
|
||||
|
||||
/**
|
||||
* Link to attachments
|
||||
*/
|
||||
@@ -334,6 +329,11 @@ class User extends Authenticatable
|
||||
return $this->hasMany(ObjectGroup::class);
|
||||
}
|
||||
|
||||
public function piggyBanks(): void
|
||||
{
|
||||
throw new FireflyException('Method no longer supported.');
|
||||
}
|
||||
|
||||
/**
|
||||
* Link to preferences.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user