xielin пре 5 година
родитељ
комит
43bbe81d75
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Repositories/PostRepositories.php

+ 1 - 0
app/Repositories/PostRepositories.php

@@ -400,6 +400,7 @@ class PostRepositories
             ->join('post_data', 'post_data.post_id', '=', 'post.id')
             ->select('post.*')
             ->find($id);
+        Log::debug($id);
         Log::debug($this->post->toSql());
         return $row;
     }