Commit 968e80bc by Taylor Otwell

Merge pull request #149 from jaysonic/develop

Paginator is no longer in the array of aliased classes
parents fa6489be 654a0b88
......@@ -130,6 +130,7 @@ return array(
'Input' => 'Laravel\\Input',
'IoC' => 'Laravel\\IoC',
'Lang' => 'Laravel\\Lang',
'Paginator' => 'Laravel\\Paginator',
'URL' => 'Laravel\\URL',
'Redirect' => 'Laravel\\Redirect',
'Redis' => 'Laravel\\Redis',
......@@ -142,4 +143,4 @@ return array(
'View' => 'Laravel\\View',
),
);
\ No newline at end of file
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment