This commit is contained in:
2022-01-09 03:49:51 +08:00
parent a45d71d760
commit 2109ed7667
55 changed files with 7278 additions and 7278 deletions
+10 -10
View File
@@ -1,10 +1,10 @@
<?php
namespace Database\Traits;
interface Relation
{
public function get(): mixed;
}
<?php
namespace Database\Traits;
interface Relation
{
public function get(): mixed;
}