aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/nxpRutilsBundle.php
diff options
context:
space:
mode:
authorAlexander Kiryuhin <frei@neonxp.info>2014-02-14 01:03:30 +0400
committerAlexander Kiryuhin <frei@neonxp.info>2014-02-14 01:03:30 +0400
commit4f260cf8659f4f143e27f056b24ca389b8c54366 (patch)
treed9a065ca2095656804eb5ed20ff64f1bb6ea5584 /src/NXP/nxpRutilsBundle.php
parentfaf2b7ae7c95f0c4aa51747def02faf491bf5a48 (diff)
~ Fix autoloader
Diffstat (limited to 'src/NXP/nxpRutilsBundle.php')
-rw-r--r--src/NXP/nxpRutilsBundle.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/NXP/nxpRutilsBundle.php b/src/NXP/nxpRutilsBundle.php
new file mode 100644
index 0000000..a46734f
--- /dev/null
+++ b/src/NXP/nxpRutilsBundle.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace nxp\RutilsBundle;
+
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+
+class nxpRutilsBundle extends Bundle
+{
+}