spatie / laravel-activitylog

Log activity inside your Laravel app

Home Page:https://docs.spatie.be/laravel-activitylog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogBatch static methods

keizah7 opened this issue · comments

Non-static method Spatie\Activitylog\LogBatch::startBatch() cannot be called statically

image

public function startBatch(): void
{
    if (! $this->isOpen()) {
        $this->uuid = $this->generateUuid();
    }

    $this->transactions++;
}

docs is not updated?