Skip to content

Commit

Permalink
OP-377 - Add missing OS header
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 30, 2024
1 parent af37527 commit b939072
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Application/Kernel.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/*
* This file was created by developers working at BitBag
* Do you need more information about us and what we do? Visit our https://bitbag.io website!
* We are hiring developers from all over the world. Join us and start your new, exciting adventure and become part of us: https://bitbag.io/career
*/

declare(strict_types=1);

namespace Tests\BitBag\MercanetBnpParibasPlugin\Application;
Expand Down

0 comments on commit b939072

Please sign in to comment.