diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php index c256735803..fd8f95e043 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php @@ -56,4 +56,4 @@ class Create extends DatabaseCreate ->inject('queueForEvents') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php index e3e7d61885..9ec7b78f61 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php @@ -52,4 +52,4 @@ class Delete extends DatabaseDelete ->inject('queueForStatsUsage') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php index aad0cf1f2b..0c08e3b42f 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php @@ -46,4 +46,4 @@ class Get extends DatabaseGet ->inject('dbForProject') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php index 40104e9db3..a0cd6ec7a5 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php @@ -54,4 +54,4 @@ class Update extends DatabaseUpdate ->inject('queueForEvents') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php index 0f9c239250..0fedc1079b 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php @@ -48,4 +48,4 @@ class XList extends DatabaseXList ->inject('dbForProject') ->callback($this->action(...)); } -} \ No newline at end of file +}