Skip to content

Commit

Permalink
Merge branch 'master' of github.com:salfade/laravel-login-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
fawzanm committed Jun 12, 2020
2 parents ba6eecc + 8402873 commit a7f9156
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/LoginTrackerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function boot()
CleanupLoginAttemptsCommand::class,
]);
}


}

public function register()
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ public function getEnvironmentSetUp($app)

include_once __DIR__.'/../database/migrations/create_login_attempts_table.php.stub';
(new \CreateLoginAttemptsTable())->up();

}
}

0 comments on commit a7f9156

Please sign in to comment.