moved input over to httpfoundation.

This commit is contained in:
Taylor Otwell
2012-03-28 23:46:16 -05:00
parent bcd3bd8591
commit 77fe8b6706
4 changed files with 34 additions and 91 deletions

View File

@@ -112,7 +112,7 @@ class Paginator {
*/
public static function page($total, $per_page)
{
$page = Input::get('page', 1);
$page = Input::query('page', 1);
// The page will be validated and adjusted if it is less than one or greater
// than the last page. For example, if the current page is not an integer or