baseUrl . $url : "{$this->baseUrl}/{$command}"; return $this->post($url, compact('command')); } protected function getFlashMessage(): ?string { $flash = app('session.store') ->get('flash_notification'); return $flash ? $flash->first()->message : null; } }