Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Feb 4, 2024
1 parent c6fc745 commit d0d9292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class Image extends Model implements HasMedia
{
use InteractsWithMedia,HasTranslations;
use InteractsWithMedia, HasTranslations;


public $translatable = ['title'];
Expand All @@ -53,7 +53,7 @@ public function gallery()
public function registerMediaConversions(Media $media = null): void
{

$t = explode('x',config('starter-kit.post_thumb'));
$t = explode('x', config('starter-kit.post_thumb'));
if (config('starter-kit.gallery_thumb') == null || config('starter-kit.gallery_thumb') == '') {
$t[0] = 500;
$t[1] = 500;
Expand Down

0 comments on commit d0d9292

Please sign in to comment.