wzq 5 年之前
父节点
当前提交
a045404b4a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bootstrap/app.php

+ 1 - 0
bootstrap/app.php

@@ -30,6 +30,7 @@ $app->configure('auth');
 $app->configure('jwt');
 $app->configure('database');
 $app->configure('constants');
+$app->configure('customer');
 
 /*
 |--------------------------------------------------------------------------