File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public static function getAdapterName(): string
2929 * @return Database
3030 * @throws Exception
3131 */
32- public function getDatabase (): Database
32+ public function getDatabase (): Database
3333 {
3434 if (!is_null (self ::$ database )) {
3535 return self ::$ database ;
@@ -99,12 +99,12 @@ public function testKeywords(): void
9999 $ this ->assertTrue (true );
100100 }
101101
102- protected function deleteColumn (string $ collection , string $ column ): bool
102+ protected function deleteColumn (string $ collection , string $ column ): bool
103103 {
104104 return true ;
105105 }
106106
107- protected function deleteIndex (string $ collection , string $ index ): bool
107+ protected function deleteIndex (string $ collection , string $ index ): bool
108108 {
109109 return true ;
110110 }
Original file line number Diff line number Diff line change 1313use Utopia \Database \Helpers \Permission ;
1414use Utopia \Database \Helpers \Role ;
1515use Utopia \Database \Query ;
16- use Utopia \Database \Validator \Authorization ;
1716
1817trait SchemalessTests
1918{
You can’t perform that action at this time.
0 commit comments