Skip to content

Commit cc2139e

Browse files
committed
Updated to 1.1.5 version
1 parent 2ea2e5a commit cc2139e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/ErrorHandler/ErrorHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,12 @@ protected function render() {
334334

335335
self::$styles = true;
336336

337-
$styles = __DIR__.'/../../public/css/styles.php';
337+
$styles = __DIR__.'/../public/css/styles.php';
338338

339339
self::$stack['css'] = require($styles);
340340
}
341341

342-
require(__DIR__ . '/../../public/template/view.php');
342+
require(__DIR__ . '/../public/template/view.php');
343343

344344
return true;
345345
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)