some work on models
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Models\Concerns\NotificationContext;
|
||||
use App\Models\Concerns\Reportable;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
@@ -9,6 +11,9 @@ use Illuminate\Database\Eloquent\Model;
|
||||
*/
|
||||
class TableComment extends Model
|
||||
{
|
||||
use Reportable;
|
||||
use NotificationContext;
|
||||
|
||||
/** Context data table */
|
||||
public function table()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user