Browse Source

Merge pull request #16 from michaelowens/develop

Fixed typo in View alias.
Taylor Otwell 13 years ago
parent
commit
2b4093f7a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config/application.php

+ 1 - 1
application/config/application.php

@@ -118,7 +118,7 @@ return array(
 		'Session' => 'System\\Session',
 		'Str' => 'System\\Str',
 		'Text' => 'System\\Text',
-		'View' => 'System\View',
+		'View' => 'System\\View',
 	),
 
 );