diff options
Diffstat (limited to 'assets/php/vendor/symfony/routing/Tests/Fixtures/incomplete.yml')
-rwxr-xr-x | assets/php/vendor/symfony/routing/Tests/Fixtures/incomplete.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/php/vendor/symfony/routing/Tests/Fixtures/incomplete.yml b/assets/php/vendor/symfony/routing/Tests/Fixtures/incomplete.yml deleted file mode 100755 index df64d32..0000000 --- a/assets/php/vendor/symfony/routing/Tests/Fixtures/incomplete.yml +++ /dev/null @@ -1,2 +0,0 @@ -blog_show: - defaults: { _controller: MyBlogBundle:Blog:show } |