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