From: Vincent Vanwaelscappel Date: Wed, 17 Jun 2020 12:46:00 +0000 (+0200) Subject: wip #3712 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=035c4761ccb7ffcd3a65fe11d39815104600d68c;p=cubedesigners_userdatabase.git wip #3712 --- diff --git a/src/Company.php b/src/Company.php index 7033b7f..7b06a43 100644 --- a/src/Company.php +++ b/src/Company.php @@ -7,7 +7,7 @@ use Cubist\Backpack\app\Magic\Models\CubistMagicAbstractModel; class Company extends CubistMagicAbstractModel { - protected $connection='extranet_users'; + protected $connection = 'extranet_users'; protected $table = 'company'; protected $_options = ['name' => 'company', 'singular' => 'company', @@ -67,5 +67,8 @@ class Company extends CubistMagicAbstractModel 'type' => 'URL', 'label' => 'Website', 'tab' => 'Details']); + + $this->addField(['name' => 'e1_ws_signatures', + 'type' => 'Hidden']); } }