mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Clean up code, remove unused methods.
This commit is contained in:
@@ -33,14 +33,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
* @property string $symbol
|
||||
* @property int $decimal_places
|
||||
* @property int $id
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property mixed name
|
||||
* @property string name
|
||||
*
|
||||
*/
|
||||
class TransactionCurrency extends Model
|
||||
@@ -86,7 +79,7 @@ class TransactionCurrency extends Model
|
||||
* @codeCoverageIgnore
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
*/
|
||||
public function transactionJournals()
|
||||
public function transactionJournals(): \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
{
|
||||
return $this->hasMany(TransactionJournal::class);
|
||||
}
|
||||
|
Reference in New Issue
Block a user