@@ -245,8 +245,7 @@ |
||
245 | 245 | */ |
246 | 246 | public function share(/*# bool */ $shared = true) |
247 | 247 | { |
248 | - $this->default_scope = (bool) $shared ? self::SCOPE_SHARED : |
|
249 | - self::SCOPE_SINGLE; |
|
248 | + $this->default_scope = (bool) $shared ? self::SCOPE_SHARED : self::SCOPE_SINGLE; |
|
250 | 249 | return $this; |
251 | 250 | } |
252 | 251 |