Skip to content

Commit 382220f

Browse files
author
farhadzand
committed
remove facade helper
1 parent 64439cd commit 382220f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Facades/AuditLogger.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66

77
use Illuminate\Support\Facades\Facade;
88

9-
/**
10-
* @method static void log(string $entityType, string|int $entityId, string $action, ?array $oldValues = null, ?array $newValues = null, array $metadata = [])
11-
* @method static void flush()
12-
* @method static array getLogsForEntity(string $entityType, string|int $entityId, array $options = [])
13-
* @method static void createStorageForEntity(string $entityClass)
14-
* @method static bool storageExistsForEntity(string $entityClass)
15-
* @method static void ensureStorageExists(string $entityClass)
16-
* @method static \iamfarhad\LaravelAuditLog\Contracts\AuditDriverInterface driver(?string $name = null)
17-
*
18-
* @see \iamfarhad\LaravelAuditLog\Services\AuditLogger
19-
*/
209
final class AuditLogger extends Facade
2110
{
2211
protected static function getFacadeAccessor(): string

0 commit comments

Comments
 (0)