Skip to content

Commit f74cc26

Browse files
committed
Fix style
1 parent 40b313a commit f74cc26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/Database/Models/MemberAux.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class MemberAux extends Model
2121
{
2222
/**
23-
* The table doesn't have timestamps columns
23+
* The table doesn't have timestamps columns.
2424
*/
2525
public $timestamps = false;
2626

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

3333
/**
34-
* Define the fillable columns
34+
* Define the fillable columns.
3535
*/
3636
protected $fillable = [
3737
'city',

0 commit comments

Comments
 (0)