mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
去掉一些不用的文件
This commit is contained in:
@@ -75,15 +75,29 @@ return [
|
||||
|
||||
// 别名定义
|
||||
'alias' => [
|
||||
'Think\Log' => CORE_PATH . 'Log'.EXT,
|
||||
'Think\Log\Driver\File' => CORE_PATH . 'Log/Driver/File'.EXT,
|
||||
'Think\Exception' => CORE_PATH . 'Exception'.EXT,
|
||||
'Think\Model' => CORE_PATH . 'Model'.EXT,
|
||||
'Think\Db' => CORE_PATH . 'Db'.EXT,
|
||||
'Think\Template' => CORE_PATH . 'Template'.EXT,
|
||||
'Think\Cache' => CORE_PATH . 'Cache'.EXT,
|
||||
'Think\Cache\Driver\File' => CORE_PATH . 'Cache/Driver/File'.EXT,
|
||||
'Think\Storage' => CORE_PATH . 'Storage'.EXT,
|
||||
'Think\App' => CORE_PATH . 'App.php',
|
||||
'Think\Log' => CORE_PATH . 'Log.php',
|
||||
'Think\Log\Driver\File' => CORE_PATH . 'Log/Driver/File.php',
|
||||
'Think\Config' => CORE_PATH . 'Config.php',
|
||||
'Think\Route' => CORE_PATH . 'Route.php',
|
||||
'Think\Exception' => CORE_PATH . 'Exception.php',
|
||||
'Think\Model' => CORE_PATH . 'Model.php',
|
||||
'Think\Db' => CORE_PATH . 'Db.php',
|
||||
'Think\Db\Driver' => CORE_PATH . 'Db/Driver.php',
|
||||
'Think\Template' => CORE_PATH . 'Template.php',
|
||||
'Think\Error' => CORE_PATH . 'Error.php',
|
||||
'Think\Cache' => CORE_PATH . 'Cache.php',
|
||||
'Think\Cache\Driver\File' => CORE_PATH . 'Cache/Driver/File.php',
|
||||
'Think\Hook' => CORE_PATH . 'Hook.php',
|
||||
'Think\Session' => CORE_PATH . 'Session.php',
|
||||
'Think\Cookie' => CORE_PATH . 'Cookie.php',
|
||||
'Think\Controller' => CORE_PATH . 'Controller.php',
|
||||
'Think\View' => CORE_PATH . 'View.php',
|
||||
'Think\Url' => CORE_PATH . 'Url.php',
|
||||
'Think\Debug' => CORE_PATH . 'Debug.php',
|
||||
'Think\Input' => CORE_PATH . 'Input.php',
|
||||
'Think\Parser' => CORE_PATH . 'Parser.php',
|
||||
'Think\Lang' => CORE_PATH . 'Lang.php',
|
||||
],
|
||||
|
||||
'init' => [],
|
||||
|
||||
Reference in New Issue
Block a user