feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use App\Scopes\SiteScope;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
|
||||
class AgentAdmin extends Model
|
||||
{
|
||||
/**
|
||||
* The database table used by the model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'agent_admin';
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user