mirror of https://github.com/wallabag/wallabag.git
Fixed cs
This commit is contained in:
parent
4feca1ccd5
commit
086b3dda88
|
@ -231,7 +231,8 @@ class TagController extends Controller
|
|||
*
|
||||
* @return \Symfony\Component\HttpFoundation\Response
|
||||
*/
|
||||
public function removeTagAction(Tag $tag, Request $request) {
|
||||
public function removeTagAction(Tag $tag, Request $request)
|
||||
{
|
||||
foreach ($tag->getEntriesByUserId($this->getUser()->getId()) as $entry) {
|
||||
$this->get('wallabag_core.entry_repository')->removeTag($this->getUser()->getId(), $tag);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue