Commit b33e889b authored by Nicolas Widart's avatar Nicolas Widart

Fix entity location

parent 542a89e9
......@@ -305,7 +305,7 @@ class InstallCommand extends Command
$path = "config/packages/cartalyst/{$driver}/config.php";
$config = $this->finder->get($path);
$config = str_replace($search, "Modules\\User\\Entities\\{$Driver}User", $config);
$config = str_replace($search, "Modules\\User\\Entities\\{$Driver}\\User", $config);
$this->finder->put($path, $config);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment