mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Remove recipe
This commit is contained in:
committed by
Christophe Coevoet
parent
006b5dbf84
commit
dbb3539f40
@@ -1,19 +0,0 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
_instanceof:
|
||||
Endroid\ImagePlaceholder\Provider\ProviderInterface:
|
||||
tags: ['endroid_image_placeholder.provider']
|
||||
|
||||
Endroid\ImagePlaceholder\Provider\:
|
||||
resource: '../../vendor/endroid/image-placeholder/src/Provider/*'
|
||||
|
||||
Endroid\ImagePlaceholder\ImagePlaceholder:
|
||||
arguments: ['%kernel.debug%', 'placeholderpics', false]
|
||||
calls:
|
||||
- [addProviders, [!tagged endroid_image_placeholder.provider]]
|
||||
|
||||
Endroid\ImagePlaceholder\Twig\Extension\ImagePlaceholderExtension: ~
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user