@ -36,7 +36,7 @@ class Ae3AuthServiceProvider extends ServiceProvider
], 'ae3auth-migrations');
$this->publishes([
__DIR__ . '/../Models/PasswordHistory.php' => app_path('Models\\PasswordHistory.php')
__DIR__ . '/../Models/PasswordHistory.php' => app_path('Models/PasswordHistory.php')
], 'ae3auth-models');
}