fixed a bug on the sms units/charge display
This commit is contained in:
@@ -7,7 +7,5 @@ use Spatie\Permission\Traits\HasRoles;
|
||||
|
||||
class ClientSession extends Model
|
||||
{
|
||||
protected $guarded = [
|
||||
'id'
|
||||
];
|
||||
protected $guarded = ['id'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user