more ioc refactoring.

This commit is contained in:
Taylor Otwell
2011-08-30 22:35:32 -05:00
parent 0ef96fb8d0
commit c200f3eb1e
18 changed files with 31 additions and 111 deletions

View File

@@ -1,7 +1,5 @@
<?php namespace Laravel;
class Download_Facade extends Facade { public static $resolve = 'download'; }
class Download extends Response {
/**