Skip to content

Commit 5bc8cf4

Browse files
committed
formatting
1 parent af74874 commit 5bc8cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pagination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ If you would like to designate a different file as the default pagination view,
179179

180180
public function boot()
181181
{
182-
Paginator::defaultView('pagination::view');
182+
Paginator::defaultView('view-name');
183183

184-
Paginator::defaultSimpleView('pagination::view');
184+
Paginator::defaultSimpleView('view-name');
185185
}
186186

187187
<a name="paginator-instance-methods"></a>

0 commit comments

Comments
 (0)