Add TODO note for menu generator caching issue

This commit is contained in:
Kendrick Chan 2018-01-06 23:14:27 +08:00
parent 3b878948bf
commit 24e2c9d054

View file

@ -51,6 +51,8 @@ class Generator
$files[] = $path;
$resources[] = new FileResource($path);
// TODO: handle routes changes as well
// process bundle menu
$this->parseMenu($path, $menu_key);
}