fixed view namespace bug.

This commit is contained in:
Taylor Otwell 2011-08-18 20:20:50 -05:00
parent 119b356bde
commit 5895f36bbb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php namespace Laravel;
<?php namespace System;
class View {