Skip to content

Commit 81edb4b

Browse files
authored
Update InterfaceCache.php
1 parent cd2c71f commit 81edb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
namespace Deimos\AdvancedHtmlDom\CacheSystem;
3+
namespace Bavix\AdvancedHtmlDom\CacheSystem;
44

55
interface InterfaceCache
66
{
77
public function get($url);
8-
}
8+
}

0 commit comments

Comments
 (0)