migration up
This commit is contained in:
@ -4,7 +4,7 @@ namespace app\models;
|
||||
use \Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Question extends Model {
|
||||
protected $table = 'Questions';
|
||||
protected $table = 'question';
|
||||
protected $fillable = ['question','user_id'];
|
||||
|
||||
public function answers()
|
||||
|
Reference in New Issue
Block a user