PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
spatie
/
laravel-activitylog
/
src
/
Contracts
<?php namespace Spatie\Activitylog\Contracts; use Closure; use Spatie\Activitylog\EventLogBag; interface LoggablePipe { public function handle(EventLogBag $event, Closure $next): EventLogBag; }
[-] Activity.php
[edit]
[-] LoggablePipe.php
[edit]
[+]
..