Skip to content

Commit d4990de

Browse files
authored
change cdn
1 parent 9878b63 commit d4990de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class LogReader
4747
* bootstrap.css url
4848
* @var string
4949
*/
50-
private $bootstrapV3CssUrl = 'https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css';
50+
private $bootstrapV3CssUrl = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css';
5151

5252
public function __construct(string $logPath, $config = [])
5353
{

0 commit comments

Comments
 (0)