Skip to content

Commit c0252a1

Browse files
author
Thomas Rabaix
committed
Fix namespace
1 parent bfa5e49 commit c0252a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Twig/TwigTemplate13.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Sonata\CacheBundle\Twig;
1313

14-
use Sonata\CacheBundle\Cache\Invalidation\Recorder;
14+
use Sonata\CacheBundle\Invalidation\Recorder;
1515

1616
abstract class TwigTemplate13 extends \Twig_Template
1717
{
@@ -41,7 +41,7 @@ protected function getAttribute($object, $item, array $arguments = array(), $typ
4141

4242
/**
4343
* @static
44-
* @param \Sonata\CacheBundle\Cache\Invalidation\Recorder $recorder
44+
* @param \Sonata\CacheBundle\Invalidation\Recorder $recorder
4545
*/
4646
public static function attachRecorder(Recorder $recorder)
4747
{

Twig/TwigTemplate14.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Sonata\CacheBundle\Twig;
1313

14-
use Sonata\CacheBundle\Cache\Invalidation\Recorder;
14+
use Sonata\CacheBundle\Invalidation\Recorder;
1515

1616
abstract class TwigTemplate14 extends \Twig_Template
1717
{
@@ -42,7 +42,7 @@ protected function getAttribute($object, $item, array $arguments = array(), $typ
4242

4343
/**
4444
* @static
45-
* @param \Sonata\CacheBundle\Cache\Invalidation\Recorder $recorder
45+
* @param \Sonata\CacheBundle\Invalidation\Recorder $recorder
4646
*/
4747
public static function attachRecorder(Recorder $recorder)
4848
{

0 commit comments

Comments
 (0)