protected function updatePhpStormWorkspaceConfig(): void
    {
        $config_path = $this->getLaravel()->basePath('.idea/workspace.xml');
        $writer = new WorkspaceWriter($config_path, $this->registry);