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

develop

上级 9fa9614a
......@@ -3,6 +3,7 @@
namespace Module\Partner\Core;
use Illuminate\Events\Dispatcher;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\ServiceProvider;
use ModStart\Admin\Config\AdminMenu;
......@@ -15,6 +16,7 @@ class ModuleServiceProvider extends ServiceProvider
*/
public function boot(Dispatcher $events)
{
Log::info('aaa');
require_once(__DIR__ . '/../Helpers/MPartner.php');
AdminMenu::register([
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册