Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6ef57e1c
...
6ef57e1c7b8ef823157d0bf51b78084b35e1a7f3
authored
2022-11-29 13:59:13 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
bae4729c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
app/Models/Musician/AppCompanyUser.php
app/Models/Musician/AppCompanyUser.php
0 → 100644
View file @
6ef57e1
<?php
namespace
App\Models\Musician
;
use
Illuminate\Database\Eloquent\Factories\HasFactory
;
use
Illuminate\Database\Eloquent\Model
;
/**
* Class AppCompanyUser
* @package App\Models\Musician
*/
class
AppCompanyUser
extends
Model
{
use
HasFactory
;
/**
* @var string
*/
protected
$connection
=
'musician'
;
/**
* @var string
*/
protected
$table
=
'app_company_user'
;
}
Please
register
or
sign in
to post a comment