aboutsummaryrefslogtreecommitdiff
path: root/nxpRutilsBundle.php
diff options
context:
space:
mode:
authorAlexander Kiryuhin <frei@neonxp.info>2014-02-14 01:36:23 +0400
committerAlexander Kiryuhin <frei@neonxp.info>2014-02-14 01:36:23 +0400
commit996e24bb44feed349a3f0ad04c0e48c15e7f5190 (patch)
treefcd7e515039cc2ce03020b37a71903de16596038 /nxpRutilsBundle.php
parentf6631ff901ce12d70db09c8047bff9c2f8aa0067 (diff)
~ maybe last fixHEAD1.0.0master
Diffstat (limited to 'nxpRutilsBundle.php')
-rw-r--r--nxpRutilsBundle.php9
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
+{
+}