Skip to content

Commit 75ff5cc

Browse files
committed
Remove unused variables
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
1 parent e70e8fa commit 75ff5cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

admin-tools-command.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222

2323
EE::add_hook('before_invoke:admin-tools up', function ( $args, $assoc_args ) {
24-
$site = \EE\Site\Utils\auto_site_name( $args, 'admin-tools', 'up' );
25-
$fs = new \Symfony\Component\Filesystem\Filesystem();
2624

2725
if ( ! is_array( EE::get_runner()->find_command_to_run( [ 'auth' ] ) ) ) {
2826
EE::error( 'Auth command needs to be registered for admin_tools' );

0 commit comments

Comments
 (0)