Passed
Push — master ( 14ed1b...ecb8e9 )
by Julien
31:40
created
resources/views/partials/tree/preliminary.blade.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-  $settings = $championship->getSettings();
2
+    $settings = $championship->getSettings();
3 3
 ?>
4 4
 <div align="center">
5 5
     @if (Request::is('championships/'.$championship->id.'/pdf'))
Please login to merge, or discard this patch.
src/models/Championship.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Illuminate\Database\Eloquent\Relations\HasMany;
7 7
 use Illuminate\Database\Eloquent\SoftDeletes;
8 8
 use Illuminate\Foundation\Auth\User;
9
-use Illuminate\Support\Collection;
10 9
 
11 10
 class Championship extends Model
12 11
 {
Please login to merge, or discard this patch.