diff --git a/engine/kernel/layout.php b/engine/kernel/layout.php index 78d2a6e..a034f4c 100644 --- a/engine/kernel/layout.php +++ b/engine/kernel/layout.php @@ -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);