Tweak where views and lang files are located.

This commit is contained in:
Taylor Otwell
2014-08-20 20:41:24 -05:00
parent 838b20d4a0
commit 59289aff68
7 changed files with 2 additions and 2 deletions

View File

@@ -1,20 +0,0 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
);