@@ -40,7 +40,7 @@ |
||
40 | 40 | $this->setAdapter($adapter); |
41 | 41 | if (!$this->name) { |
42 | 42 | $this->name = strtolower( |
43 | - str_replace([__NAMESPACE__ . '\\', 'Repository'], '', get_class($this)) |
|
43 | + str_replace([__NAMESPACE__.'\\', 'Repository'], '', get_class($this)) |
|
44 | 44 | ); |
45 | 45 | } |
46 | 46 | if (!$this->modelName) { |