zhangchangchun 6 年 前
コミット
5152858622
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      app/Repositories/ProductRepository.php

+ 1 - 0
app/Repositories/ProductRepository.php

@@ -8,6 +8,7 @@
 
 namespace App\Repositories;
 use Tymon\JWTAuth\Facades\JWTAuth;
+use Illuminate\Support\Facades\Log;
 
 class ProductRepository {