Commit a3c5165f authored by 冯超鹏's avatar 冯超鹏

提交数据库文件

parent 3fc3a241
Pipeline #58 failed with stages
<?php
namespace App\Laravue\Models;
use Illuminate\Notifications\Notifiable;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Laravel\Passport\HasApiTokens;
use Spatie\Permission\Traits\HasRoles;
use Illuminate\Support\Facades\Auth;
class Homepage extends Authenticatable
{
protected $connection = 'mysql_center';
protected $table = "information_schema";
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment