Compare commits
No commits in common. "dev" and "main" have entirely different histories.
3 changed files with 0 additions and 21 deletions
|
|
@ -1,12 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
|
||||||
* Core PHP Framework
|
|
||||||
*
|
|
||||||
* Licensed under the European Union Public Licence (EUPL) v1.2.
|
|
||||||
* See LICENSE file for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Core\Website\Service;
|
namespace Core\Website\Service;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
|
||||||
* Core PHP Framework
|
|
||||||
*
|
|
||||||
* Licensed under the European Union Public Licence (EUPL) v1.2.
|
|
||||||
* See LICENSE file for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Core\Website\Service\View\Features;
|
use Core\Website\Service\View\Features;
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
|
||||||
* Core PHP Framework
|
|
||||||
*
|
|
||||||
* Licensed under the European Union Public Licence (EUPL) v1.2.
|
|
||||||
* See LICENSE file for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Core\Website\Service\View;
|
namespace Core\Website\Service\View;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue