Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Sep 18, 2015
1 parent c0f8706 commit 59b70e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Aspect/CachePutAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Ytake\LaravelAspect\Aspect;

use Go\Lang\Annotation\After;
use Go\Lang\Annotation\Around;
use Go\Aop\Intercept\MethodInvocation;

/**
Expand All @@ -24,7 +24,7 @@
class CachePutAspect extends AbstractCache
{
/**
* @After("@annotation(Ytake\LaravelAspect\Annotation\CachePut)")
* @Around("@annotation(Ytake\LaravelAspect\Annotation\CachePut)")
* @param MethodInvocation $invocation
* @return mixed
*/
Expand Down
1 change: 0 additions & 1 deletion src/GoAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ public function register()
$kernel->init($this->configure);
}
}

}

0 comments on commit 59b70e7

Please sign in to comment.