update controllers logic
This commit is contained in:
+1
-2
@@ -8,8 +8,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
class Quiz extends BaseModel
|
||||
{
|
||||
protected $table = 'quiz';
|
||||
|
||||
public $timestamps = true;
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
'student_id',
|
||||
|
||||
Reference in New Issue
Block a user