mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Regenerated all model phpdocs.
This commit is contained in:
		| @@ -5,17 +5,17 @@ use LaravelBook\Ardent\Builder; | ||||
| /** | ||||
|  * Account | ||||
|  * | ||||
|  * @property integer                                                      $id | ||||
|  * @property \Carbon\Carbon                                               $created_at | ||||
|  * @property \Carbon\Carbon                                               $updated_at | ||||
|  * @property integer                                                      $user_id | ||||
|  * @property integer                                                      $account_type_id | ||||
|  * @property string                                                       $name | ||||
|  * @property boolean                                                      $active | ||||
|  * @property-read \AccountType                                            $accountType | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $user_id | ||||
|  * @property integer $account_type_id | ||||
|  * @property string $name | ||||
|  * @property boolean $active | ||||
|  * @property-read \AccountType $accountType | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[] $transactions | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Piggybank[]   $piggybanks | ||||
|  * @property-read \User                                                   $user | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Piggybank[] $piggybanks | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Account whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Account whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Account whereUpdatedAt($value) | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| <?php | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * AccountType | ||||
|  * | ||||
|   | ||||
| @@ -3,16 +3,16 @@ | ||||
| /** | ||||
|  * Budget | ||||
|  * | ||||
|  * @property integer                                                             $id | ||||
|  * @property \Carbon\Carbon                                                      $created_at | ||||
|  * @property \Carbon\Carbon                                                      $updated_at | ||||
|  * @property string                                                              $name | ||||
|  * @property integer                                                             $user_id | ||||
|  * @property string                                                              $class | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Limit[]              $limits | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property string $name | ||||
|  * @property integer $user_id | ||||
|  * @property string $class | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Limit[] $limits | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionjournals | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[]        $transactions | ||||
|  * @property-read \User                                                          $user | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[] $transactions | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Budget whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Budget whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Budget whereUpdatedAt($value) | ||||
|   | ||||
| @@ -3,16 +3,16 @@ | ||||
| /** | ||||
|  * Category | ||||
|  * | ||||
|  * @property integer                                                             $id | ||||
|  * @property \Carbon\Carbon                                                      $created_at | ||||
|  * @property \Carbon\Carbon                                                      $updated_at | ||||
|  * @property string                                                              $name | ||||
|  * @property integer                                                             $user_id | ||||
|  * @property string                                                              $class | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property string $name | ||||
|  * @property integer $user_id | ||||
|  * @property string $class | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionjournals | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Limit[]              $limits | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[]        $transactions | ||||
|  * @property-read \User                                                          $user | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Limit[] $limits | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[] $transactions | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Category whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Category whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Category whereUpdatedAt($value) | ||||
|   | ||||
| @@ -4,16 +4,16 @@ use Firefly\Database\SingleTableInheritanceEntity; | ||||
| /** | ||||
|  * Component | ||||
|  * | ||||
|  * @property integer                                                             $id | ||||
|  * @property \Carbon\Carbon                                                      $created_at | ||||
|  * @property \Carbon\Carbon                                                      $updated_at | ||||
|  * @property string                                                              $name | ||||
|  * @property integer                                                             $user_id | ||||
|  * @property string                                                              $class | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Limit[]              $limits | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property string $name | ||||
|  * @property integer $user_id | ||||
|  * @property string $class | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Limit[] $limits | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionjournals | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[]        $transactions | ||||
|  * @property-read \User                                                          $user | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[] $transactions | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Component whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Component whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Component whereUpdatedAt($value) | ||||
|   | ||||
| @@ -7,16 +7,16 @@ use LaravelBook\Ardent\Ardent as Ardent; | ||||
| /** | ||||
|  * Limit | ||||
|  * | ||||
|  * @property integer                                                          $id | ||||
|  * @property \Carbon\Carbon                                                   $created_at | ||||
|  * @property \Carbon\Carbon                                                   $updated_at | ||||
|  * @property integer                                                          $component_id | ||||
|  * @property \Carbon\Carbon                                                   $startdate | ||||
|  * @property float                                                            $amount | ||||
|  * @property boolean                                                          $repeats | ||||
|  * @property string                                                           $repeat_freq | ||||
|  * @property-read \Budget                                                     $budget | ||||
|  * @property-read \Component                                                  $component | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $component_id | ||||
|  * @property \Carbon\Carbon $startdate | ||||
|  * @property float $amount | ||||
|  * @property boolean $repeats | ||||
|  * @property string $repeat_freq | ||||
|  * @property-read \Budget $budget | ||||
|  * @property-read \Component $component | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\LimitRepetition[] $limitrepetitions | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Limit whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Limit whereCreatedAt($value) | ||||
|   | ||||
| @@ -5,14 +5,14 @@ use LaravelBook\Ardent\Ardent as Ardent; | ||||
| /** | ||||
|  * LimitRepetition | ||||
|  * | ||||
|  * @property integer        $id | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer        $limit_id | ||||
|  * @property integer $limit_id | ||||
|  * @property \Carbon\Carbon $startdate | ||||
|  * @property \Carbon\Carbon $enddate | ||||
|  * @property float          $amount | ||||
|  * @property-read \Limit    $limit | ||||
|  * @property float $amount | ||||
|  * @property-read \Limit $limit | ||||
|  * @method static \Illuminate\Database\Query\Builder|\LimitRepetition whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\LimitRepetition whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\LimitRepetition whereUpdatedAt($value) | ||||
|   | ||||
| @@ -5,25 +5,26 @@ use LaravelBook\Ardent\Ardent as Ardent; | ||||
| /** | ||||
|  * Piggybank | ||||
|  * | ||||
|  * @property integer                                                              $id | ||||
|  * @property \Carbon\Carbon                                                       $created_at | ||||
|  * @property \Carbon\Carbon                                                       $updated_at | ||||
|  * @property integer                                                              $account_id | ||||
|  * @property string                                                               $name | ||||
|  * @property float                                                                $targetamount | ||||
|  * @property \Carbon\Carbon                                                       $startdate | ||||
|  * @property \Carbon\Carbon                                                       $targetdate | ||||
|  * @property boolean                                                              $repeats | ||||
|  * @property string                                                               $rep_length | ||||
|  * @property integer                                                              $rep_every | ||||
|  * @property integer                                                              $rep_times | ||||
|  * @property string                                                               $reminder | ||||
|  * @property integer                                                              $reminder_skip | ||||
|  * @property integer                                                              $order | ||||
|  * @property-read \Account                                                        $account | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $account_id | ||||
|  * @property string $name | ||||
|  * @property float $targetamount | ||||
|  * @property \Carbon\Carbon $startdate | ||||
|  * @property \Carbon\Carbon $targetdate | ||||
|  * @property boolean $repeats | ||||
|  * @property string $rep_length | ||||
|  * @property integer $rep_every | ||||
|  * @property integer $rep_times | ||||
|  * @property string $reminder | ||||
|  * @property integer $reminder_skip | ||||
|  * @property integer $order | ||||
|  * @property-read \Account $account | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankRepetition[] $piggybankrepetitions | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankEvent[]      $piggybankevents | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[]         $transactions | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankEvent[] $piggybankevents | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankReminder[] $piggybankreminders | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[] $transactions | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Piggybank whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Piggybank whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Piggybank whereUpdatedAt($value) | ||||
| @@ -39,7 +40,6 @@ use LaravelBook\Ardent\Ardent as Ardent; | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Piggybank whereReminder($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Piggybank whereReminderSkip($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Piggybank whereOrder($value) | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankReminder[] $piggybankreminders | ||||
|  */ | ||||
| class Piggybank extends Ardent | ||||
| { | ||||
|   | ||||
| @@ -5,12 +5,12 @@ use LaravelBook\Ardent\Ardent as Ardent; | ||||
| /** | ||||
|  * PiggybankEvent | ||||
|  * | ||||
|  * @property integer         $id | ||||
|  * @property \Carbon\Carbon  $created_at | ||||
|  * @property \Carbon\Carbon  $updated_at | ||||
|  * @property integer         $piggybank_id | ||||
|  * @property \Carbon\Carbon  $date | ||||
|  * @property float           $amount | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $piggybank_id | ||||
|  * @property \Carbon\Carbon $date | ||||
|  * @property float $amount | ||||
|  * @property-read \Piggybank $piggybank | ||||
|  * @method static \Illuminate\Database\Query\Builder|\PiggybankEvent whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\PiggybankEvent whereCreatedAt($value) | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| use Carbon\Carbon; | ||||
|  | ||||
| /** | ||||
|  * Class PiggybankReminder | ||||
|  * PiggybankReminder | ||||
|  * | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|   | ||||
| @@ -1,17 +1,16 @@ | ||||
| <?php | ||||
| use LaravelBook\Ardent\Ardent as Ardent; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * PiggybankRepetition | ||||
|  * | ||||
|  * @property integer         $id | ||||
|  * @property \Carbon\Carbon  $created_at | ||||
|  * @property \Carbon\Carbon  $updated_at | ||||
|  * @property integer         $piggybank_id | ||||
|  * @property \Carbon\Carbon  $startdate | ||||
|  * @property \Carbon\Carbon  $targetdate | ||||
|  * @property float           $currentamount | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $piggybank_id | ||||
|  * @property \Carbon\Carbon $startdate | ||||
|  * @property \Carbon\Carbon $targetdate | ||||
|  * @property float $currentamount | ||||
|  * @property-read \Piggybank $piggybank | ||||
|  * @method static \Illuminate\Database\Query\Builder|\PiggybankRepetition whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\PiggybankRepetition whereCreatedAt($value) | ||||
|   | ||||
| @@ -2,17 +2,16 @@ | ||||
|  | ||||
| use LaravelBook\Ardent\Ardent; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * Preference | ||||
|  * | ||||
|  * @property integer        $id | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer        $user_id | ||||
|  * @property string         $name | ||||
|  * @property string         $data | ||||
|  * @property-read \User     $user | ||||
|  * @property integer $user_id | ||||
|  * @property string $name | ||||
|  * @property string $data | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\Preference whereUpdatedAt($value) | ||||
|   | ||||
| @@ -5,20 +5,21 @@ use LaravelBook\Ardent\Ardent; | ||||
| /** | ||||
|  * RecurringTransaction | ||||
|  * | ||||
|  * @property integer        $id | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer        $user_id | ||||
|  * @property string         $name | ||||
|  * @property string         $match | ||||
|  * @property float          $amount_max | ||||
|  * @property float          $amount_min | ||||
|  * @property integer $user_id | ||||
|  * @property string $name | ||||
|  * @property string $match | ||||
|  * @property float $amount_max | ||||
|  * @property float $amount_min | ||||
|  * @property \Carbon\Carbon $date | ||||
|  * @property boolean        $active | ||||
|  * @property boolean        $automatch | ||||
|  * @property string         $repeat_freq | ||||
|  * @property integer        $skip | ||||
|  * @property-read \User     $user | ||||
|  * @property boolean $active | ||||
|  * @property boolean $automatch | ||||
|  * @property string $repeat_freq | ||||
|  * @property integer $skip | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\RecurringTransactionReminder[] $reminders | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\RecurringTransaction whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\RecurringTransaction whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\RecurringTransaction whereUpdatedAt($value) | ||||
| @@ -32,7 +33,6 @@ use LaravelBook\Ardent\Ardent; | ||||
|  * @method static \Illuminate\Database\Query\Builder|\RecurringTransaction whereAutomatch($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\RecurringTransaction whereRepeatFreq($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\RecurringTransaction whereSkip($value) | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\RecurringTransactionReminder[] $reminders | ||||
|  */ | ||||
| class RecurringTransaction extends Ardent | ||||
| { | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <?php | ||||
|  | ||||
| /** | ||||
|  * Class RecurringTransactionReminder | ||||
|  * RecurringTransactionReminder | ||||
|  * | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|   | ||||
| @@ -3,10 +3,8 @@ | ||||
| use Carbon\Carbon; | ||||
| use Firefly\Database\SingleTableInheritanceEntity; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * Class Reminder | ||||
|  *     // reminder for: recurring, piggybank. | ||||
|  * Reminder | ||||
|  * | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|   | ||||
| @@ -3,10 +3,10 @@ | ||||
| /** | ||||
|  * TransactionCurrency | ||||
|  * | ||||
|  * @property integer                                                             $id | ||||
|  * @property \Carbon\Carbon                                                      $created_at | ||||
|  * @property \Carbon\Carbon                                                      $updated_at | ||||
|  * @property string                                                              $code | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property string $code | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionjournals | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionCurrency whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionCurrency whereCreatedAt($value) | ||||
|   | ||||
| @@ -4,28 +4,27 @@ use Carbon\Carbon; | ||||
| use LaravelBook\Ardent\Ardent; | ||||
| use LaravelBook\Ardent\Builder; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * TransactionJournal | ||||
|  * | ||||
|  * @property integer                                                      $id | ||||
|  * @property Carbon                                                       $created_at | ||||
|  * @property Carbon                                                       $updated_at | ||||
|  * @property integer                                                      $user_id | ||||
|  * @property integer                                                      $transaction_type_id | ||||
|  * @property integer                                                      $transaction_currency_id | ||||
|  * @property string                                                       $description | ||||
|  * @property boolean                                                      $completed | ||||
|  * @property Carbon                                                       $date | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property integer $user_id | ||||
|  * @property integer $transaction_type_id | ||||
|  * @property integer $transaction_currency_id | ||||
|  * @property string $description | ||||
|  * @property boolean $completed | ||||
|  * @property \Carbon\Carbon $date | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Budget[] $budgets | ||||
|  *                     'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Category[] $categories | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Component[]   $components | ||||
|  * @property-read \TransactionCurrency                                    $transactionCurrency | ||||
|  * @property-read \TransactionType                                        $transactionType | ||||
|  *                     'Category[] $categories | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Component[] $components | ||||
|  * @property-read \TransactionCurrency $transactionCurrency | ||||
|  * @property-read \TransactionType $transactionType | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Transaction[] $transactions | ||||
|  * @property-read \User                                                   $user | ||||
|  * @property-read \User $user | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionJournal whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionJournal whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionJournal whereUpdatedAt($value) | ||||
| @@ -35,35 +34,15 @@ use LaravelBook\Ardent\Builder; | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionJournal whereDescription($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionJournal whereCompleted($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionJournal whereDate($value) | ||||
|  * @method static \TransactionJournal account($account) | ||||
|  * @method static \TransactionJournal after($date) | ||||
|  * @method static \TransactionJournal before($date) | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Category[] $categories | ||||
|  * @method static \TransactionJournal onDate($date) | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Category[] $categories | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Category[] $categories | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *             'Category[] $categories | ||||
|  * @method static \TransactionJournal defaultSorting() | ||||
|  * @method static \TransactionJournal withRelevantData() | ||||
|  * @method static \TransactionJournal account($account) | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *                     'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *                     'Category[] $categories | ||||
|  * @method static \TransactionJournal moreThan($amount) | ||||
|  * @method static \TransactionJournal lessThan($amount) | ||||
|  * @method static \TransactionJournal onDate($date) | ||||
|  * @method static \TransactionJournal transactionTypes($types) | ||||
|  * @method static \TransactionJournal withRelevantData() | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|  *                     'Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\ | ||||
|   | ||||
| @@ -5,10 +5,10 @@ use LaravelBook\Ardent\Ardent; | ||||
| /** | ||||
|  * TransactionType | ||||
|  * | ||||
|  * @property integer                                                             $id | ||||
|  * @property \Carbon\Carbon                                                      $created_at | ||||
|  * @property \Carbon\Carbon                                                      $updated_at | ||||
|  * @property string                                                              $type | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property string $type | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionJournals | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionType whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\TransactionType whereCreatedAt($value) | ||||
|   | ||||
| @@ -10,21 +10,23 @@ use LaravelBook\Ardent\Ardent; | ||||
| /** | ||||
|  * User | ||||
|  * | ||||
|  * @property integer                                                               $id | ||||
|  * @property \Carbon\Carbon                                                        $created_at | ||||
|  * @property \Carbon\Carbon                                                        $updated_at | ||||
|  * @property string                                                                $email | ||||
|  * @property string                                                                $password | ||||
|  * @property string                                                                $reset | ||||
|  * @property string                                                                $remember_token | ||||
|  * @property boolean                                                               $migrated | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Account[]              $accounts | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Budget[]               $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Category[]             $categories | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Component[]            $components | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Preference[]           $preferences | ||||
|  * @property integer $id | ||||
|  * @property \Carbon\Carbon $created_at | ||||
|  * @property \Carbon\Carbon $updated_at | ||||
|  * @property string $email | ||||
|  * @property string $password | ||||
|  * @property string $reset | ||||
|  * @property string $remember_token | ||||
|  * @property boolean $migrated | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Account[] $accounts | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Budget[] $budgets | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Reminder[] $reminders | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankReminder[] $piggybankreminders | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Category[] $categories | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Component[] $components | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Preference[] $preferences | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\RecurringTransaction[] $recurringtransactions | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[]   $transactionjournals | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionjournals | ||||
|  * @method static \Illuminate\Database\Query\Builder|\User whereId($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\User whereCreatedAt($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\User whereUpdatedAt($value) | ||||
| @@ -33,8 +35,6 @@ use LaravelBook\Ardent\Ardent; | ||||
|  * @method static \Illuminate\Database\Query\Builder|\User whereReset($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\User whereRememberToken($value) | ||||
|  * @method static \Illuminate\Database\Query\Builder|\User whereMigrated($value) | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\Reminder[] $reminders | ||||
|  * @property-read \Illuminate\Database\Eloquent\Collection|\PiggybankReminder[] $piggybankreminders | ||||
|  */ | ||||
| class User extends Ardent implements UserInterface, RemindableInterface | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user