改名
This commit is contained in:
@@ -67,7 +67,7 @@ class ' . $managerName . 'Interceptor implements Interceptor
|
||||
|
||||
}';
|
||||
|
||||
$file = APP_PATH . 'app/Interceptor/' . $managerName . 'Interceptor.php';
|
||||
$file = APP_PATH . 'app/Http/Interceptor/' . $managerName . 'Interceptor.php';
|
||||
if (file_exists($file)) {
|
||||
unlink($file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user