We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc788c commit 0238ae9Copy full SHA for 0238ae9
1 file changed
src/Migration/Cache.php
@@ -178,7 +178,7 @@ public function remove(Resource $resource): void
178
throw new \Exception('Resource does not exist in cache');
179
}
180
181
- if (! in_array($resource, $this->cache[$resource->getName()])) {
+ if (! in_array($resource, $this->cache[$key])) {
182
183
184
0 commit comments