Skip to content

Commit fe02310

Browse files
committed
fix linter
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent 782636e commit fe02310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/models/model

user_guide_src/source/models/model/073.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$account->balance -= 100;
55

66
if (! $model->save($account)) {
7-
throw new RuntimeException('Unable to save the account.');
7+
throw new \RuntimeException('Unable to save the account.');
88
}
99

1010
return true;

0 commit comments

Comments
 (0)