Merge pull request #664 from ladybirdweb/analysis-XNYGQp

Apply fixes from StyleCI
This commit is contained in:
Bhanu
2018-08-14 17:13:19 +05:30
committed by GitHub

View File

@@ -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;
}