No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
app/Http/Controllers/SlideshowController.php
|
|
@ -18,7 +18,7 @@ class SlideshowController extends Controller |
|
|
|
foreach(json_decode($tweet->photo) as $photo) { |
|
|
|
$photos[] = [ |
|
|
|
'img' => $photo, |
|
|
|
'description' => $tweet->team->name . ' Team: ' . $tweet->text |
|
|
|
'description' => ($tweet->team ? $tweet->team->name . ' Team: ' : '') . $tweet->text |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
|