Version 1
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / psr-4 / Lets / Go / Deeper / Foo.php
diff --git a/vendor/symfony/class-loader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php b/vendor/symfony/class-loader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php
new file mode 100644 (file)
index 0000000..53ead9f
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+namespace Acme\DemoLib\Lets\Go\Deeper;
+
+class Foo
+{
+}