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