Add TODO note for menu generator caching issue
This commit is contained in:
parent
3b878948bf
commit
24e2c9d054
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ class Generator
|
||||||
$files[] = $path;
|
$files[] = $path;
|
||||||
$resources[] = new FileResource($path);
|
$resources[] = new FileResource($path);
|
||||||
|
|
||||||
|
// TODO: handle routes changes as well
|
||||||
|
|
||||||
// process bundle menu
|
// process bundle menu
|
||||||
$this->parseMenu($path, $menu_key);
|
$this->parseMenu($path, $menu_key);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue