mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
staff message add permission
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Repositories\ToolRepository;
|
||||
use Google\Service\Testing\ToolResultsExecution;
|
||||
|
||||
class StaffMessage extends NexusModel
|
||||
{
|
||||
protected $table = 'staffmessages';
|
||||
|
||||
protected $fillable = [
|
||||
'sender', 'added', 'subject', 'msg', 'answeredby', 'answered', 'answer'
|
||||
'sender', 'added', 'subject', 'msg', 'answeredby', 'answered', 'answer', 'permission',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user