2016-03-05 00:18:10 +00:00
|
|
|
<?php
|
2016-02-29 15:59:36 +00:00
|
|
|
|
2016-03-05 00:18:10 +00:00
|
|
|
namespace App\Models;
|
|
|
|
|
|
|
|
|
|
class QuestionType extends \Illuminate\Database\Eloquent\Model
|
|
|
|
|
{
|
2016-03-14 16:37:38 +00:00
|
|
|
//put your code here
|
2016-02-29 15:59:36 +00:00
|
|
|
}
|