Skip to content

Commit d5cbce5

Browse files
committed
delete unused method
1 parent aad04bb commit d5cbce5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Console/Commands/PurgeCartOrdersCommand.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,4 @@ public function handle()
3030
});
3131
});
3232
}
33-
34-
protected function isOrExtendsClass(string $class, string $classToCheckAgainst): bool
35-
{
36-
return is_subclass_of($class, $classToCheckAgainst)
37-
|| $class === $classToCheckAgainst;
38-
}
3933
}

0 commit comments

Comments
 (0)