Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Mar 18, 2024
1 parent f83c72c commit 230c38a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/kernel/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public static function get($key, array $lot = [], int $status = null) {
$layout->path = $value;
$layout->route = "" !== $key && is_string($key) ? '/' . strtr($key, D, '/') : null;
$lot['layout'] = $layout;
$lot['lot'] = $lot;
return (static function ($lot) {
ob_start();
extract(lot($lot), EXTR_SKIP);
Expand Down

0 comments on commit 230c38a

Please sign in to comment.