binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
428 stars 134 forks source link

[admin error] - all post should return all posts, regardless of language #117

Open MSOptimaCode opened 4 months ago

MSOptimaCode commented 4 months ago

Admin all posts - should not be retrieved based on language_id, only all posts should be returned. Because I have posts in different languages ​​and I can only see the ones from the default language

laravel-blog\src\Controllers\BinshopsAdminController.php

function index

image