mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
style: lint
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use ApiPlatform\Metadata\ApiProperty;
|
||||
use ApiPlatform\Metadata\ApiResource;
|
||||
use ApiPlatform\Metadata\Delete;
|
||||
use ApiPlatform\Metadata\Get;
|
||||
use ApiPlatform\Metadata\GetCollection;
|
||||
use ApiPlatform\Metadata\Patch;
|
||||
use ApiPlatform\Metadata\Post;
|
||||
use ApiPlatform\Metadata\Put;
|
||||
use App\Repository\WatchListRepository;
|
||||
@@ -31,7 +29,7 @@ use Symfony\Component\Uid\Uuid;
|
||||
'watchlist:list',
|
||||
'domain:list',
|
||||
'event:list',
|
||||
]
|
||||
],
|
||||
],
|
||||
name: 'get_all_mine',
|
||||
),
|
||||
@@ -45,7 +43,7 @@ use Symfony\Component\Uid\Uuid;
|
||||
'event:list',
|
||||
'domain:list',
|
||||
'event:list',
|
||||
]
|
||||
],
|
||||
],
|
||||
name: 'get_tracked_domains'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user