Added Paginator to the array of aliased classes.

This commit is contained in:
Jason Lewis 2011-11-10 17:52:37 +11:00
parent fa6489be6c
commit 654a0b88f2
1 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,7 @@
'Input' => 'Laravel\\Input',
'IoC' => 'Laravel\\IoC',
'Lang' => 'Laravel\\Lang',
'Paginator' => 'Laravel\\Paginator',
'URL' => 'Laravel\\URL',
'Redirect' => 'Laravel\\Redirect',
'Redis' => 'Laravel\\Redis',