feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: swl
|
||||
* Date: 2018/7/3
|
||||
* Time: 10:23
|
||||
*/
|
||||
|
||||
namespace App;
|
||||
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use App\Utils\RPC;
|
||||
use Illuminate\Support\Facades\Config;
|
||||
use App\Currency;
|
||||
|
||||
class UsersWalletcopy extends Model
|
||||
{
|
||||
protected $table = 'users_wallet';
|
||||
public $timestamps = false;
|
||||
/*const CREATED_AT = 'create_time';*/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user