namespace

This commit is contained in:
2021-03-19 21:41:51 +09:00
parent 2da297facd
commit ded58ea79a
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class AfterActionReportComment extends Model
{
//Table Name
public $table = '';
public $table = 'fc_aar_comments';
//Primary Key
public $primaryKey = 'id';