Browse Source

update model

pull/1/head
wahyuun 12 months ago
parent
commit
7372d1801e
  1. 3
      app/Models/Company.php

3
app/Models/Company.php

@ -31,7 +31,6 @@ class Company extends Model
'created_at', 'created_at',
'created_by', 'created_by',
'updated_at', 'updated_at',
'updated_by', 'updated_by'
'company_id'
]; ];
} }

Loading…
Cancel
Save