Skip to content

Commit af04bd8

Browse files
fix: Change "namespace" word positioning
1 parent a38ef4e commit af04bd8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitMediaUploadTypeApiController.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?php namespace App\Http\Controllers;
1+
<?php
2+
3+
namespace App\Http\Controllers;
4+
25
/**
36
* Copyright 2020 OpenStack Foundation
47
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -619,4 +622,4 @@ public function cloneMediaUploadTypes($summit_id, $to_summit_id){
619622
});
620623
}
621624

622-
}
625+
}

0 commit comments

Comments
 (0)