write test for safety and privacy controller
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use App\Traits\SafetyAndPrivacyReportAble;
|
||||
|
||||
class SafetyAndPrivacy extends Model
|
||||
{
|
||||
use SafetyAndPrivacyReportAble;
|
||||
use SafetyAndPrivacyReportAble, HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'recognize_picture',
|
||||
|
||||
Reference in New Issue
Block a user