Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 2, 2023
1 parent cbec0d1 commit 6b9fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/FileRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function cleanUp(Carbon $before, callable $confirm = null): int
protected function getTable(): string
{
$file = new File();

$prfx = $file->getConnection()->getTablePrefix();
$table = $file->getTable();

Expand Down

0 comments on commit 6b9fd2d

Please sign in to comment.