mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
去掉多余的空格
This commit is contained in:
@@ -60,7 +60,7 @@ class Loader
|
||||
}
|
||||
include $filename;
|
||||
} else {
|
||||
Log::record(' autoloader error : ' . $filename, 'notic');
|
||||
Log::record('autoloader error : ' . $filename, 'notic');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user