Spatie\Activitylog\Traits\LogsActivity::getDescriptionForEvent PHP Метод

getDescriptionForEvent() публичный Метод

public getDescriptionForEvent ( string $eventName ) : string
$eventName string
Результат string
    public function getDescriptionForEvent(string $eventName) : string
    {
        return $eventName;
    }