diff options
author | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 00:17:43 +0400 |
---|---|---|
committer | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 00:17:43 +0400 |
commit | ea9ef1c67bef81cdffde7466b55f2e2cf5c6303b (patch) | |
tree | fb5e102132a4a4956b47679089f3c33be611bac6 /nxpRutilsBundle.php |
+ Initial commit
Diffstat (limited to 'nxpRutilsBundle.php')
-rw-r--r-- | nxpRutilsBundle.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nxpRutilsBundle.php b/nxpRutilsBundle.php new file mode 100644 index 0000000..a46734f --- /dev/null +++ b/nxpRutilsBundle.php @@ -0,0 +1,9 @@ +<?php + +namespace nxp\RutilsBundle; + +use Symfony\Component\HttpKernel\Bundle\Bundle; + +class nxpRutilsBundle extends Bundle +{ +} |