Skip to content

Commit

Permalink
addresses #61 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Dec 7, 2016
1 parent bffa719 commit 924ce5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ class CsrfExtension extends \Twig_Extension
]
];
}

public function getName()
{
return 'slim/csrf';
}
}
```

Expand Down

0 comments on commit 924ce5e

Please sign in to comment.