Skip to content

Commit f360203

Browse files
committed
Add missing WithAware interface
1 parent bab2038 commit f360203

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

WithAware.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace Circli\Database\Repositories;
4+
5+
interface WithAware
6+
{
7+
public function with(): array;
8+
}

0 commit comments

Comments
 (0)