|
6 | 6 | * Time: 下午9:43 |
7 | 7 | */ |
8 | 8 |
|
9 | | -namespace inhere\libraryPlus\asset; |
10 | | - |
11 | | -use inhere\exceptions\FileNotFoundException; |
12 | | -use inhere\exceptions\FileSystemException; |
13 | | -use inhere\exceptions\InvalidArgumentException; |
14 | | -use inhere\exceptions\InvalidOptionException; |
15 | | -use inhere\exceptions\NotFoundException; |
16 | | -use inhere\library\files\Directory; |
17 | | -use inhere\library\files\File; |
18 | | -use inhere\library\helpers\ObjectHelper; |
19 | | -use inhere\library\helpers\UrlHelper; |
20 | | -use inhere\libraryPlus\html\Html; |
21 | | -use inhere\library\StdObject; |
| 9 | +namespace Inhere\LibraryPlus\Asset; |
| 10 | + |
| 11 | +use Inhere\Exceptions\FileNotFoundException; |
| 12 | +use Inhere\Exceptions\FileSystemException; |
| 13 | +use Inhere\Exceptions\InvalidArgumentException; |
| 14 | +use Inhere\Exceptions\InvalidOptionException; |
| 15 | +use Inhere\Exceptions\NotFoundException; |
| 16 | +use Inhere\Library\Files\Directory; |
| 17 | +use Inhere\Library\Files\File; |
| 18 | +use Inhere\Library\Helpers\UrlHelper; |
| 19 | +use Inhere\LibraryPlus\Html\Html; |
| 20 | +use Inhere\Library\StdObject; |
22 | 21 | use MatthiasMullie\Minify; |
23 | 22 |
|
24 | 23 | /** |
25 | 24 | * Class AssetLoad |
26 | | - * @package inhere\library\asset |
| 25 | + * @package Inhere\Library\asset |
27 | 26 | * |
28 | 27 | * usage (in template file): |
29 | 28 | * |
|
0 commit comments