Skip to content

Commit

Permalink
css url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed May 28, 2024
1 parent d92e65a commit bc5afe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ExamplesConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ExamplesConfig

public function __construct()
{
Util::$libraryPath='/src/';
Util::$libraryPath = '/src/';
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Expand Down

0 comments on commit bc5afe3

Please sign in to comment.