diff --git a/app/Helper/Finder.php b/app/Helper/Finder.php index 6ed1ad929..e2071e120 100644 --- a/app/Helper/Finder.php +++ b/app/Helper/Finder.php @@ -191,7 +191,7 @@ class Finder public static function getCustomedStatus() { $status = Ticket_Status::select('id', 'name', 'icon_class') - ->whereIn('id', [1,2,3,5])->get(); + ->whereIn('id', [1, 2, 3, 5])->get(); return $status; }