'array', 'first_row' => 'array', 'field_map' => 'json', ]; /** * Establishes the license -> admin user relationship * * @author A. Gianotto * * @since [v2.0] * * @return Relation */ public function adminuser() { return $this->belongsTo(User::class, 'created_by')->withTrashed(); } }