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 {