belongsTo(User::class, 'created_by'); } /** * Get the assets of this type. */ public function assets() { return $this->hasMany(Asset::class); } }