mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
修正vendor函数中的拼写错误
This commit is contained in:
2
base.php
2
base.php
@@ -136,7 +136,7 @@ function import($class, $baseUrl = '', $ext= EXT ) {
|
|||||||
function vendor($class, $baseUrl = '', $ext=EXT) {
|
function vendor($class, $baseUrl = '', $ext=EXT) {
|
||||||
if (empty($baseUrl))
|
if (empty($baseUrl))
|
||||||
$baseUrl = VENDOR_PATH;
|
$baseUrl = VENDOR_PATH;
|
||||||
return Think\Loder::import($class, $baseUrl, $ext);
|
return Think\Loader::import($class, $baseUrl, $ext);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user