mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Merge branch '5.4' into 6.4
* 5.4: replace tab character with spaces
This commit is contained in:
@@ -16,7 +16,7 @@ in your service definition:
|
||||
// src/SomeNonSharedService.php
|
||||
namespace App;
|
||||
|
||||
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
|
||||
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
|
||||
|
||||
#[Autoconfigure(shared: false)]
|
||||
class SomeNonSharedService
|
||||
|
||||
Reference in New Issue
Block a user