mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Message extends Model instead of Any so rules are applied since data is not hoisted
This commit is contained in:
parent
4b58d08fd8
commit
042c1a725f
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ namespace Appwrite\Utopia\Response\Model;
|
|||
use Appwrite\Utopia\Response;
|
||||
use Appwrite\Utopia\Response\Model;
|
||||
use Utopia\Database\DateTime;
|
||||
use Utopia\Database\Document as DatabaseDocument;
|
||||
|
||||
class Message extends Any
|
||||
class Message extends Model
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue