add chapter 12 solutions
This commit is contained in:
parent
f857fa4752
commit
ebbcc6e7f6
23 changed files with 1998 additions and 0 deletions
5
implementation/12/config/settings.php
Normal file
5
implementation/12/config/settings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
return new \Lubian\NoFramework\Configuration(
|
||||
environment: 'prod',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue