Removed debug code, cleanup.

This commit is contained in:
Marcus Olsson 2019-06-20 14:30:14 +02:00
parent e643e830f7
commit 341a596189
No known key found for this signature in database
GPG Key ID: 32DDA1CBAABE46A7
2 changed files with 1 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class ZxcvbnServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->bind('zxcvbn', function($app) {
$this->app->bind('zxcvbn', function() {
return new ZxcvbnPhp();
});
}

View File

@ -39,7 +39,6 @@ class ZxcvbnTest extends \Orchestra\Testbench\TestCase {
public function test_zxcvbn_basics()
{
$zxcvbn = Zxcvbn::passwordStrength('password');
dd($zxcvbn);
$testVar1 = Zxcvbn::passwordStrength('test');