]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7037
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Aug 2024 14:36:23 +0000 (16:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Aug 2024 14:36:23 +0000 (16:36 +0200)
app/Models/FluidbookExternalInstallServer.php

index 7279be52554c983c67a835468de4677b83b6a9fe..87d3704dde4cdd3bfe783f8257f42f62364d6428 100644 (file)
@@ -90,7 +90,6 @@ class FluidbookExternalInstallServer extends ExternalServer
 
     public function onSaved(): bool
     {
-        $this->updateHtaccess();
         dispatch(new HostingUpdate());
         return parent::onSaved();
     }