Skip to content

Commit ce1f911

Browse files
authored
Merge pull request #272 from tonoslav/patch-1
Update README.md
2 parents a13b7cf + 90d3962 commit ce1f911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class PostController extends Controller
191191

192192
$post->orderBy('updated_at', 'asc');
193193

194-
$paginator = $department->paginate(10);
194+
$paginator = $post->paginate(10);
195195
$posts = $paginator->getCollection();
196196

197197
// return posts

0 commit comments

Comments
 (0)