add missing source code header
This commit is contained in:
parent
ffd0addcec
commit
6c3bb16937
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* This file is part of the silex-core package.
|
||||
*
|
||||
* (c) meta-tech.academy
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
namespace MetaTech\Core;
|
||||
|
||||
/*!
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* This file is part of the silex-core package.
|
||||
*
|
||||
* (c) meta-tech.academy
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
namespace MetaTech\Db;
|
||||
|
||||
use PDO;
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* This file is part of the silex-core package.
|
||||
*
|
||||
* (c) meta-tech.academy
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
namespace MetaTech\Db;
|
||||
|
||||
use MetaTech\Db\PdoConnector;
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* This file is part of the silex-core package.
|
||||
*
|
||||
* (c) meta-tech.academy
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
namespace MetaTech\Db;
|
||||
|
||||
/*!
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* This file is part of the silex-core package.
|
||||
*
|
||||
* (c) meta-tech.academy
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
namespace MetaTech\Silex\Provider;
|
||||
|
||||
use Symfony\Component\Security\Core\User\UserProviderInterface;
|
||||
|
|
Loading…
Reference in New Issue
Block a user