Skip to content

Commit ba50a6e

Browse files
committed
removes file method
1 parent d8195ef commit ba50a6e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Models/File.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ public function type(): string
4848
return FileBrowser::folder($this->attachable_type);
4949
}
5050

51-
public function path(): string
52-
{
53-
return Storage::path($this->path);
54-
}
55-
5651
public function scopeBrowsable(Builder $query): Builder
5752
{
5853
return $query->whereIn('attachable_type', FileBrowser::models());

0 commit comments

Comments
 (0)