Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS authored Oct 15, 2023
1 parent 4f235b3 commit dcdff40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Dto/DeletePostPayload.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace App\Dto;

use Symfony\Component\Validator\Constraints as Assert;
Expand Down

0 comments on commit dcdff40

Please sign in to comment.