mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Improve code quality for Export directory.
This commit is contained in:
@@ -27,7 +27,10 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
/**
|
||||
* Class AccountMeta.
|
||||
*
|
||||
* @property string $data
|
||||
* @property string $name
|
||||
* @property int $account_id
|
||||
*/
|
||||
class AccountMeta extends Model
|
||||
{
|
||||
|
@@ -29,6 +29,8 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
* Class AccountType.
|
||||
*
|
||||
* @property string $type
|
||||
* @method whereType(string $type)
|
||||
* @property int $id
|
||||
*
|
||||
*/
|
||||
class AccountType extends Model
|
||||
|
@@ -31,6 +31,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
*
|
||||
* @property User $user
|
||||
* @property string $key
|
||||
* @property int $user_id
|
||||
*/
|
||||
class ExportJob extends Model
|
||||
{
|
||||
|
@@ -34,6 +34,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
* @property Carbon $updated_at
|
||||
* @property string $text
|
||||
* @property string $title
|
||||
* @property int $noteable_id
|
||||
*/
|
||||
class Note extends Model
|
||||
{
|
||||
|
@@ -30,6 +30,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property PiggyBank $piggyBank
|
||||
* @property int $transaction_journal_id
|
||||
* @property int $piggy_bank_id
|
||||
* @property int $id
|
||||
*/
|
||||
class PiggyBankEvent extends Model
|
||||
{
|
||||
|
Reference in New Issue
Block a user