mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
添加路由和绑定信息记录
This commit is contained in:
@@ -419,6 +419,8 @@ class Route
|
||||
private static function checkUrlBind(&$url, &$rules)
|
||||
{
|
||||
if (!empty(self::$bind['type'])) {
|
||||
// 记录绑定信息
|
||||
Log::record('[ BIND ] ' . var_export(self::$bind, true), 'info');
|
||||
// 如果有URL绑定 则进行绑定检测
|
||||
switch (self::$bind['type']) {
|
||||
case 'class':
|
||||
|
||||
Reference in New Issue
Block a user