asdf
This commit is contained in:
parent
3760a9d43a
commit
f054af35c3
107 changed files with 8372 additions and 186 deletions
10
app/src/Factory/SettingsProvider.php
Normal file
10
app/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