'integer', ]; /** * Get the TwoFAccounts of the group. */ public function twofaccounts() { return $this->hasMany('App\TwoFAccount'); } }