Skip to content

Commit

Permalink
[API] Add missing license block in shipping method serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jun 21, 2021
1 parent 4d5b274 commit 9df6d86
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Sylius\Bundle\ApiBundle\Serializer;
Expand Down

0 comments on commit 9df6d86

Please sign in to comment.