Skip to content

Commit

Permalink
Use different ContainerInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
croastforge committed Oct 17, 2024
1 parent 8c5f0e3 commit b69318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/C4GApiCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

use Contao\FrontendUser;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Psr\Container\ContainerInterface;

class C4GApiCache
{
Expand Down

0 comments on commit b69318d

Please sign in to comment.