[ 'Romanah\Gokbakja\Models\Production', 'key' => 'production_id' ], 'product' => [ 'Romanah\Gokbakja\Models\Product', 'key' => 'product_id' ], 'excruiter' => [ 'Romanah\Gokbakja\Models\Excruiter', 'key' => 'excruiter_id' ], 'shift' => [ 'Romanah\Gokbakja\Models\Shift', 'key' => 'shift_id' ] ]; /** * @var string The database table used by the model. */ public $table = 'romanah_gokbakja_production_calculate'; /** * @var array Validation rules */ public $rules = [ ]; }