diff --git a/README.md b/README.md index 73048f6..af872c3 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ Release Notes ### 1.0.0 - - Initial release. + - Initial release. \ No newline at end of file diff --git a/route/about.page b/route/about.page index 7c4ea5d..fbac5f3 100644 --- a/route/about.page +++ b/route/about.page @@ -86,4 +86,4 @@ Therefore you will be able to use that route as the form action in the HTML form
-~~~ +~~~ \ No newline at end of file diff --git a/route/index.php b/route/index.php index 38d392c..0580b19 100644 --- a/route/index.php +++ b/route/index.php @@ -7,4 +7,4 @@ function route($id) { } } -\Route::set(\trim($state->x->route->path ?? '/route', '/') . '/*', __NAMESPACE__ . "\\route", 0); +\Route::set(\trim($state->x->route->path ?? '/route', '/') . '/*', __NAMESPACE__ . "\\route", 0); \ No newline at end of file diff --git a/route/index/panel.php b/route/index/panel.php index ceddf33..b271da5 100644 --- a/route/index/panel.php +++ b/route/index/panel.php @@ -2,4 +2,4 @@ if (isset($_['lot']['bar']['lot'][0]['lot']['folder']['lot']['route'])) { $_['lot']['bar']['lot'][0]['lot']['folder']['lot']['route']['icon'] = 'M11,10H5L3,8L5,6H11V3L12,2L13,3V4H19L21,6L19,8H13V10H19L21,12L19,14H13V20A2,2 0 0,1 15,22H9A2,2 0 0,1 11,20V10Z'; -} +} \ No newline at end of file diff --git a/route/state.php b/route/state.php index 66d7831..717a446 100644 --- a/route/state.php +++ b/route/state.php @@ -1,3 +1,3 @@ '/route']; +return ['path' => '/route']; \ No newline at end of file