Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
henryavila authored and github-actions[bot] committed Sep 1, 2023
1 parent 84426e8 commit 86e14dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Traits/ModelWithTenant.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ trait ModelWithTenant
/**
* Name of all columns from this model that has the size of the file
*/
protected static function getFileSizeColumns(): array {
return [];
}
protected static function getFileSizeColumns(): array
{
return [];
}

public function __construct(array $attributes = [])
{
Expand Down

0 comments on commit 86e14dd

Please sign in to comment.