0.2.3 #2

Merged
Sieciech merged 18 commits from 0.2.3 into master 2021-03-08 10:29:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1920374639 - Show all commits

View File

@ -2,7 +2,7 @@
namespace Fufle\ORM; namespace Fufle\ORM;
use Fufle\Database\ConnectionManager; use Fufle\ORM\Database\ConnectionManager;
abstract class Model { abstract class Model {
protected static string $primaryKey = 'id'; protected static string $primaryKey = 'id';