fixed view namespace bug.

This commit is contained in:
Taylor Otwell
2011-08-18 20:20:50 -05:00
parent 119b356bde
commit 5895f36bbb

View File

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