format('Y-m-d H:i:s'); } public function user() { return $this->hasMany(AccountModel::class, 'id', 'user_id'); } }