File manager - Edit - /var/www/payraty/hris/vendor/spatie/laravel-activitylog/src/Facades/LogBatch.php
Back
<?php namespace Spatie\Activitylog\Facades; use Illuminate\Support\Facades\Facade; use Spatie\Activitylog\LogBatch as ActivityLogBatch; /** * @method static string getUuid() * @method static mixed withinBatch(\Closure $callback) * @method static void startBatch() * @method static void setBatch(string $uuid): void * @method static bool isOpen() * @method static void endBatch() * * @see \Spatie\Activitylog\LogBatch */ class LogBatch extends Facade { protected static function getFacadeAccessor(): string { return ActivityLogBatch::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings