Skip to content

Commit a73976f

Browse files
committed
Apply fixes from StyleCI
1 parent ac10976 commit a73976f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BackpackElfinderController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function showPopup($input_id)
1818
abort(403, 'Unauthorized action.');
1919
}
2020

21-
request()->merge(['mimes' => urlencode(serialize( $mimes))]);
21+
request()->merge(['mimes' => urlencode(serialize($mimes))]);
2222

2323
return $this->app['view']
2424
->make($this->package.'::standalonepopup')

0 commit comments

Comments
 (0)