mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Combination of initial files and some new code for login and user registration.
This commit is contained in:
10
app/models/TransactionCurrency.php
Normal file
10
app/models/TransactionCurrency.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
class TransactionCurrency extends Eloquent {
|
||||
|
||||
public function transactionJournals() {
|
||||
return $this->hasMany('TransactionJournal');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user