reset-admin

This commit is contained in:
xiaomlove
2021-04-21 19:54:50 +08:00
parent beb3a49bf2
commit 959db3cff2
139 changed files with 124 additions and 133052 deletions

View File

@@ -2,12 +2,8 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class Exam extends NexusModel
{
use HasFactory;
protected $fillable = ['name', 'description', 'begin', 'end', 'status'];
const STATUS_ENABLED = 0;