Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rabol committed Jun 14, 2023
1 parent 7b32b80 commit b3adae1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/FilamentLogviewerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ class FilamentLogviewerServiceProvider extends PluginServiceProvider
{
public static string $name = 'filament-log-viewer';


/*
protected $policies = [
//LogFile::class => LogFilePolicy::class,
LogFile::class => config('filament-logviewer::filament-logviewer.user_class', 'Rabol\\FilamentLogviewer\\Policies\\LogFilePolicy'),
//LogFile::class => config('filament-logviewer::filament-logviewer.user_class', 'Rabol\\FilamentLogviewer\\Policies\\LogFilePolicy'),
];

*/
/**
* getPages
*
Expand Down

0 comments on commit b3adae1

Please sign in to comment.