@@ -28,7 +28,7 @@ |
||
28 | 28 | $this->setAdapter($adapter); |
29 | 29 | if (!$this->name) { |
30 | 30 | $this->name = strtolower( |
31 | - str_replace(__NAMESPACE__ . '\\', '', get_class($this)) |
|
31 | + str_replace(__NAMESPACE__.'\\', '', get_class($this)) |
|
32 | 32 | ); |
33 | 33 | } |
34 | 34 | } |