build: upgrade CI4 + php and js dependencies to latest

closes #396
This commit is contained in:
Yassine Doghri 2023-11-15 16:17:43 +00:00
commit 3d5fc14d5e
30 changed files with 1676 additions and 1249 deletions

View file

@ -16,7 +16,7 @@ class ComponentRenderer
public function __construct()
{
$this->config = config(ViewComponents::class);
$this->config = config('ViewComponents');
}
public function render(string $output): string