Browse Source

Merge branch 'develop' of http://git.caihongxingqiu.net/rainbow/cms-manage into develop

zhangchangchun 5 years ago
parent
commit
2aea50a32b
1 changed files with 1 additions and 0 deletions
  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');
 
 /*
 |--------------------------------------------------------------------------