Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 27, 2024
1 parent 40b313a commit f74cc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/Database/Models/MemberAux.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class MemberAux extends Model
{
/**
* The table doesn't have timestamps columns
* The table doesn't have timestamps columns.
*/
public $timestamps = false;

Expand All @@ -31,7 +31,7 @@ class MemberAux extends Model
protected $table = 'members';

/**
* Define the fillable columns
* Define the fillable columns.
*/
protected $fillable = [
'city',
Expand Down

0 comments on commit f74cc26

Please sign in to comment.