mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Code cleanup.
This commit is contained in:
@@ -5,15 +5,15 @@ use Illuminate\Database\Eloquent\Model;
|
||||
/**
|
||||
* Class Component
|
||||
*
|
||||
* @property int $transaction_journal_id
|
||||
* @property int $transaction_journal_id
|
||||
* @package FireflyIII\Models
|
||||
* @property integer $id
|
||||
* @property integer $id
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
* @property \Carbon\Carbon $deleted_at
|
||||
* @property string $name
|
||||
* @property integer $user_id
|
||||
* @property string $class
|
||||
* @property string $name
|
||||
* @property integer $user_id
|
||||
* @property string $class
|
||||
*/
|
||||
class Component extends Model
|
||||
{
|
||||
|
||||
@@ -54,8 +54,8 @@ use Watson\Validating\ValidatingTrait;
|
||||
* @method static \Illuminate\Database\Query\Builder|TransactionJournal transactionTypes($types)
|
||||
* @method static \Illuminate\Database\Query\Builder|TransactionJournal withRelevantData()
|
||||
* @property string $type
|
||||
* @property \Carbon\Carbon $interest_date
|
||||
* @property \Carbon\Carbon $book_date
|
||||
* @property \Carbon\Carbon $interest_date
|
||||
* @property \Carbon\Carbon $book_date
|
||||
*/
|
||||
class TransactionJournal extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user