Skip to content

Commit

Permalink
Update FileSystemModelTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken authored Feb 29, 2024
1 parent 317f38e commit cd6cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/FileSystemModelTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ protected function getAttachmentsQuery(?string $condition = null) : string
*
* @return int
*/
protected function clearFileSystemCache() : int
public function clearFileSystemCache() : int
{
$systemModule = SystemModules::getByModelName(self::class);

Expand Down

0 comments on commit cd6cd98

Please sign in to comment.