mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Removed erroneous comments
This commit is contained in:
parent
c7acbc0eee
commit
aa354e883e
|
@ -42,8 +42,7 @@ class ActionlogPresenter extends Presenter
|
||||||
}
|
}
|
||||||
|
|
||||||
public function item()
|
public function item()
|
||||||
{//
|
{
|
||||||
// oute('show/userfile', [$user->id, $file->id])
|
|
||||||
if($this->action_type=='uploaded') {
|
if($this->action_type=='uploaded') {
|
||||||
return (string) link_to_route('show/userfile', $this->model->filename, [$this->model->item->id, $this->model->id]);
|
return (string) link_to_route('show/userfile', $this->model->filename, [$this->model->item->id, $this->model->id]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue