Fatal error: Array and string offset access syntax with curly braces is no longer supported in vendor\leafo\lessphp\lessc.inc.php on line 749 Using php 8.3 ``` $this->less = new \lessc; if (file_exists($less_path)) { $css = $this->less->compileFile($less_path); } ```