zhangchangchun hace 6 años
padre
commit
5152858622
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {