From 9d9f18266ee626656d49ae0a1ee76c33354775b7 Mon Sep 17 00:00:00 2001 From: Kemal Date: Thu, 18 Jan 2024 09:20:56 +0300 Subject: [PATCH] (CodeQuality) linting --- Website/htdocs/mpmanager/app/Models/MpmPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/htdocs/mpmanager/app/Models/MpmPlugin.php b/Website/htdocs/mpmanager/app/Models/MpmPlugin.php index 5e879d4ad..9d4d323cb 100644 --- a/Website/htdocs/mpmanager/app/Models/MpmPlugin.php +++ b/Website/htdocs/mpmanager/app/Models/MpmPlugin.php @@ -37,4 +37,4 @@ public function plugins() { return $this->hasMany(Plugins::class); } -} \ No newline at end of file +}