This commit is contained in:
Edward Yang 2022-07-20 16:21:13 +08:00
parent 1b9039b630
commit f62a2bf503
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ class Bootstrap
{
public function boot()
{
dump(__CLASS__, __METHOD__, __FUNCTION__);
// dump(__CLASS__, __METHOD__, __FUNCTION__);
Eventy::addFilter('header.categories', function($data) {
dump($data);
// dump($data);
return $data;
}, 20, 1);
}