mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
initial commit
This commit is contained in:
parent
ad638650ac
commit
8c2cf42ca7
16 changed files with 541 additions and 0 deletions
11
src/Model/Database.php
Normal file
11
src/Model/Database.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Yggverse\Yoda\Model;
|
||||
|
||||
class Database
|
||||
{
|
||||
public function __construct()
|
||||
{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue