|
@@ -12,6 +12,7 @@ use App\Models\CategoryTopic;
|
|
|
use Dingo\Api\Http\Response;
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
use Illuminate\Database\QueryException;
|
|
|
+use Illuminate\Support\Facades\Log;
|
|
|
|
|
|
class CategoryRepository {
|
|
|
public function __construct(Category $category,CategoryTopic $categoryTopic){
|