Removed debug code, cleanup.
This commit is contained in:
parent
e643e830f7
commit
341a596189
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue