Skip to content

Commit 20e5466

Browse files
committed
Приведение Storage к строке
1 parent f94d153 commit 20e5466

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Storage.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,9 @@ public function setScenario($scenario)
174174
$model->setScenario($scenario);
175175
}
176176
}
177+
178+
public function __toString()
179+
{
180+
return '';
181+
}
177182
}

0 commit comments

Comments
 (0)