RSM-3 Add team functionality to users
This commit is contained in:
14
app/Team.php
Normal file
14
app/Team.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Mpociot\Teamwork\TeamworkTeam;
|
||||
|
||||
class Team extends TeamworkTeam
|
||||
{
|
||||
public $fillable = [
|
||||
'owner_id',
|
||||
'name'
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user