write test for safety and privacy controller

This commit is contained in:
2024-03-09 15:46:27 +03:30
parent 7ab6fd3d09
commit 8d8f45d950
6 changed files with 377 additions and 1 deletions

View File

@@ -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',