<?php namespace App\Modules\Admin\Entities\Rabc; use App\Models\Model; class AdminWithRole extends Model { protected $primaryKey = 'with_id'; }