add perfomance chapters
This commit is contained in:
parent
43b94a3ee1
commit
4f2e469f2f
101 changed files with 8014 additions and 62 deletions
10
implementation/18-caching/src/Factory/SettingsProvider.php
Normal file
10
implementation/18-caching/src/Factory/SettingsProvider.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Factory;
|
||||
|
||||
use Lubian\NoFramework\Settings;
|
||||
|
||||
interface SettingsProvider
|
||||
{
|
||||
public function getSettings(): Settings;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue