Initial commit
This commit is contained in:
commit
ffb400fb95
20 changed files with 442 additions and 0 deletions
10
config/config.php
Normal file
10
config/config.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* `skeleton` configuration
|
||||
*/
|
||||
return [
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue