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');
 
 /*
 |--------------------------------------------------------------------------