Skip to content

Commit

Permalink
Merge branch 'release/4.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobe committed Apr 11, 2022
2 parents 22e8486 + 75f3e41 commit 760d28c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

All notable changes to `GoogleAuthenticator` will be documented in this file.
## Version 4.1.2
- Prevent loading the views,should only be used for publishing. This fixes an issue with caching.
## Version 4.1.1
- Fixed lang publishing for laravel 9
## Version 4.1.0
- Updated version illumninate/support to use Laravel 8 or 9
- Updated auth templates with new format from Laravel + google login button
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleAuthenticateServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GoogleAuthenticateServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->loadViewsFrom(__DIR__.'/../resources/views', 'google-authenticate');
//$this->loadViewsFrom(__DIR__.'/../resources/views', 'google-authenticate');

$this->publishes([
__DIR__.'/../database/migrations/add_google_provider_to_user_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_add_google_provider_to_user_table.php'),
Expand Down

0 comments on commit 760d28c

Please sign in to comment.