We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9878b63 commit d4990deCopy full SHA for d4990de
src/LogReader.php
@@ -47,7 +47,7 @@ class LogReader
47
* bootstrap.css url
48
* @var string
49
*/
50
- private $bootstrapV3CssUrl = 'https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css';
+ private $bootstrapV3CssUrl = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css';
51
52
public function __construct(string $logPath, $config = [])
53
{
0 commit comments