Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Aug 15, 2024
1 parent 373b1a1 commit 79ff9a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/TestDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
declare(strict_types=1);

use Drago\Attr\From;
use Drago\Database\Database;


/**
* @extends \Drago\Database\Database<TestEntity>
* @extends Database<TestEntity>
*/
#[From(TestEntity::Table, TestEntity::PrimaryKey, class: TestEntity::class)]
class TestDatabase extends \Drago\Database\Database
class TestDatabase extends Database
{
}

0 comments on commit 79ff9a7

Please sign in to comment.