mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update comment to match methods.
This commit is contained in:
@@ -6,6 +6,18 @@ use LaravelBook\Ardent\Ardent as Ardent;
|
||||
* AccountMeta
|
||||
*
|
||||
* @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 string $data
|
||||
* @method static \Illuminate\Database\Query\Builder|\AccountMeta whereId($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\AccountMeta whereCreatedAt($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\AccountMeta whereUpdatedAt($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\AccountMeta whereAccountId($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\AccountMeta whereName($value)
|
||||
* @method static \Illuminate\Database\Query\Builder|\AccountMeta whereData($value)
|
||||
*/
|
||||
class AccountMeta extends Ardent
|
||||
{
|
||||
|
Reference in New Issue
Block a user