deplay phase 1
This commit is contained in:
parent
e3dc1afd8e
commit
5a7478907e
68 changed files with 2831 additions and 818 deletions
|
|
@ -88,12 +88,7 @@ class Customer extends Model
|
|||
|
||||
protected $connection = 'mysql';
|
||||
|
||||
/**
|
||||
* Modul 3 Phase 2: customer → contacts (RENAME TABLE).
|
||||
* Der Model-Name bleibt aus Kompatibilität zum Legacy-Code bestehen;
|
||||
* für die Neuimplementierung steht {@see Contact} bereit.
|
||||
*/
|
||||
protected $table = 'contacts';
|
||||
protected $table = 'customer';
|
||||
|
||||
protected $casts = [
|
||||
'salutation_id' => 'int',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue