mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-09 13:30:46 +01:00
refactor(*): change to a Symfony Console app
This commit is contained in:
parent
4af661bad4
commit
8db64458b1
41 changed files with 5938 additions and 4285 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace OliverDaviesLtd\BuildConfigs\Enum;
|
||||
namespace App\Enum;
|
||||
|
||||
enum Language
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace OliverDaviesLtd\BuildConfigs\Enum;
|
||||
namespace App\Enum;
|
||||
|
||||
enum WebServer
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue