Initial commit

This commit is contained in:
Gertjan Krol 2022-08-20 01:16:00 +02:00
commit ffb400fb95
20 changed files with 442 additions and 0 deletions

10
config/config.php Normal file
View file

@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
/*
* `skeleton` configuration
*/
return [
];