We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b313a commit f74cc26Copy full SHA for f74cc26
1 file changed
app/src/Database/Models/MemberAux.php
@@ -20,7 +20,7 @@
20
class MemberAux extends Model
21
{
22
/**
23
- * The table doesn't have timestamps columns
+ * The table doesn't have timestamps columns.
24
*/
25
public $timestamps = false;
26
@@ -31,7 +31,7 @@ class MemberAux extends Model
31
protected $table = 'members';
32
33
34
- * Define the fillable columns
+ * Define the fillable columns.
35
36
protected $fillable = [
37
'city',
0 commit comments