code style fix

This commit is contained in:
Peter Papp
2021-04-25 09:02:00 +02:00
parent e103e61617
commit c47886fb8b
157 changed files with 2250 additions and 2583 deletions

View File

@@ -1,5 +1,4 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
@@ -11,7 +10,7 @@ class UserSettings extends Model
protected $guarded = [
'id',
'storage_capacity'
'storage_capacity',
];
/**