Skip to content

Commit

Permalink
bug #247 Fix wrong licence on test app's kernel (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.7-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes (kind of)
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT


Commits
-------

cfdd22a Fix wrong licence on test app's kernel
  • Loading branch information
pamil authored Dec 15, 2020
2 parents 3e38959 + cfdd22a commit 6f40169
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Bundle/test/src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@

declare(strict_types=1);

/*
* This file is part of Lavance.
*
* (c) Mobizel
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace App;

use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
Expand Down

0 comments on commit 6f40169

Please sign in to comment.