Skip to content

Commit

Permalink
Remove left over
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar committed Jan 29, 2025
1 parent 9998a2c commit 2956f3d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public function table(Table $table): Table

Activity::event('server:file.rename')
->property('directory', $this->path)
->property('files', $files)
->property('to', $data['name'])
->property('from', $file->name)
->log();
Expand Down Expand Up @@ -200,7 +199,6 @@ public function table(Table $table): Table

Activity::event('server:file.rename')
->property('directory', $this->path)
->property('files', $files)
->property('to', $location)
->property('from', $file->name)
->log();
Expand Down

0 comments on commit 2956f3d

Please sign in to comment.