mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
torrent api + swip constants
This commit is contained in:
9
app/Models/Processing.php
Normal file
9
app/Models/Processing.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
|
||||
class Processing extends NexusModel
|
||||
{
|
||||
protected $table = 'processings';
|
||||
}
|
||||
Reference in New Issue
Block a user