fix view namespace.

This commit is contained in:
Taylor Otwell
2011-08-18 20:21:37 -05:00
parent 8e5fae5dc0
commit d943f8b749

View File

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