Commit d7afa397 by 杨昕

code format

parent da8ca68c
Pipeline #10254 passed with stages
in 42 seconds
......@@ -92,8 +92,9 @@ class MediaModel extends Eloquent
$count = $collection->aggregate($aggregate1)->toArray();
if (isset($count[0])){
$count = [0]['count'];
$count = $count[0]['count'];
}else{
$count = 0;
}
......
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