mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +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
|
||||
{
|
||||
|
Reference in New Issue
Block a user