提交 b1fb5e50 编写于 作者: ModStart's avatar ModStart

develop

上级 3e914bc9
<?php
class MNav
{
public static function all($position = 'head')
{
$records = \Module\Nav\Util\NavUtil::listByPositionWithCache($position);
foreach ($records as $i => $v) {
$records[$i]['_attr'] = \Module\Nav\Type\NavOpenType::getBlankAttributeFromValue($v);
}
return $records;
}
}
\ No newline at end of file
\Illuminate\Support\Facades\Log::info('aaa');
//class MNav
//{
// public static function all($position = 'head')
// {
// $records = \Module\Nav\Util\NavUtil::listByPositionWithCache($position);
// foreach ($records as $i => $v) {
// $records[$i]['_attr'] = \Module\Nav\Type\NavOpenType::getBlankAttributeFromValue($v);
// }
// return $records;
// }
//}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册