1
0
Fork 0
mirror of synced 2024-07-18 12:56:00 +12:00
This commit is contained in:
Damodar Lohani 2024-03-04 12:49:56 +00:00
parent 060ec455b3
commit 5f4970befd

View file

@ -4266,7 +4266,7 @@ trait DatabasesBase
], $this->getHeaders()), [
'documentId' => ID::unique(),
'data' => [
'longtext' => file_get_contents(__DIR__ . '/../../resources/longtext.txt'),
'longtext' => file_get_contents(__DIR__ . '/../../../extensionsresources/longtext.txt'),
],
'permissions' => [
Permission::read(Role::user($this->getUser()['$id'])),