mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
remove unused var
This commit is contained in:
parent
9ac717819f
commit
f3b216dfe2
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ class UpgradeShell extends Shell {
|
|||
* @return void
|
||||
*/
|
||||
public function request() {
|
||||
$core = App::core();
|
||||
$views = array_diff(App::path('views'), App::core('views'));
|
||||
$controllers = array_diff(App::path('controllers'), App::core('controllers'), array(APP));
|
||||
$components = array_diff(App::path('components'), App::core('components'));
|
||||
|
|
Loading…
Add table
Reference in a new issue