@@ -1,5 +1,5 @@ |
||
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')) |
@@ -6,7 +6,6 @@ |
||
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 | { |