zhangchangchun лет назад: 6
Родитель
Сommit
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 {