Commit 6f3750fd authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 563f7b35
......@@ -227,7 +227,7 @@ class EloquentHistoryRepository implements HistoryContract
$asset_count = 1;
$flag = false;
if(is_array($assets) || $assets instanceof \Countable) {
if (is_array($assets) || $assets instanceof \Countable) {
$asset_count = count($assets) + 1;
$flag = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment