Initial commit with Symfony 2.1+Vendors
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
13
vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Annotation/AfterSetup.php
vendored
Normal file
13
vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Annotation/AfterSetup.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace JMS\DiExtraBundle\Annotation;
|
||||
|
||||
/**
|
||||
* @Annotation
|
||||
* @Target("METHOD")
|
||||
*
|
||||
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
|
||||
*/
|
||||
final class AfterSetup
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user