Completed
Push — master ( 33bb46...eff41c )
by Mahmoud
02:20
created
app/Port/Tests/PHPUnit/Traits/TestingTrait.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use App\Containers\Authorization\Tasks\AttachRoleTask;
8 8
 use App\Containers\User\Actions\CreateUserAction;
9 9
 use Dingo\Api\Http\Response as DingoAPIResponse;
10
-
11 10
 use Illuminate\Http\Response;
12 11
 use Illuminate\Http\UploadedFile;
13 12
 use Illuminate\Support\Arr as LaravelArr;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@
 block discarded – undo
355 355
      */
356 356
     public function injectEndpointId($endpoint, $id)
357 357
     {
358
-        if(Config::get('hello.hash-id')){
358
+        if (Config::get('hello.hash-id')) {
359 359
             $id = Hashids::encode($id);
360 360
         }
361 361
 
Please login to merge, or discard this patch.