fixup! Lint

This commit is contained in:
philipp lang 2021-07-15 20:57:54 +02:00
parent 7abefa52e6
commit 7f7b652e69
1 changed files with 0 additions and 1 deletions

View File

@ -7,6 +7,5 @@ use Illuminate\Database\Eloquent\Model;
class Confession extends Model
{
public $fillable = ['name', 'nami_id', 'is_null'];
public $timestamps = false;
}