mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
init section
This commit is contained in:
11
app/Models/Taxonomy.php
Normal file
11
app/Models/Taxonomy.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
class Taxonomy extends NexusModel
|
||||
{
|
||||
protected $fillable = [
|
||||
'mode', 'name', 'torrent_field', 'image', 'class_name', 'priority',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user