Skip to content

Commit fb7da4a

Browse files
committed
wip: remove translatable specific code
1 parent b2500c8 commit fb7da4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Http/Controllers/Admin/PostsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function index(PostType $type, Request $request, bool $trashed = false)
4747
$per_page = $this->getPerPage($request);
4848

4949
$posts = $type->userVisiblePosts()
50-
->ofLocale()
5150
->orderBy($orderby, $order);
5251

5352
$search = null;

0 commit comments

Comments
 (0)