Exemplo n.º 1
0
 protected function data()
 {
     return array_merge(parent::data(), ["refresh_token" => $this->refreshToken]);
 }
Exemplo n.º 2
0
 protected function data()
 {
     return array_merge(parent::data(), ["username" => $this->username, "password" => $this->password]);
 }