Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd authored and github-actions[bot] committed Sep 30, 2023
1 parent 8ba9b20 commit b614a45
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Models/SatusehatLog.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

namespace Satusehat\Integration\Models;
use Illuminate\Database\Eloquent\Builder;

use Illuminate\Database\Eloquent\Model;

/**
Expand All @@ -12,9 +12,8 @@
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
*/

class SatusehatLog extends Model
{
class SatusehatLog extends Model
{
public $guarded = [];

public function __construct(array $attributes = [])
Expand All @@ -29,4 +28,4 @@ public function __construct(array $attributes = [])

parent::__construct($attributes);
}
}
}

0 comments on commit b614a45

Please sign in to comment.