Code Duplication    Length = 5-5 lines in 2 locations

src/Lodash/Commands/UserAdd.php 1 location

@@ 49-53 (lines=5) @@
46
            return;
47
        }
48
        $provider = $config['guards'][$guard]['provider'];
49
        if (! isset($config['providers'][$provider]['model'])) {
50
            $this->error('Model not found for provider "' . $provider . '"!');
51
52
            return;
53
        }
54
        $model = $config['providers'][$provider]['model'];
55
        $user = new $model;
56

src/Lodash/Commands/UserPassword.php 1 location

@@ 49-53 (lines=5) @@
46
            return;
47
        }
48
        $provider = $config['guards'][$guard]['provider'];
49
        if (! isset($config['providers'][$provider]['model'])) {
50
            $this->error('Model not found for provider "' . $provider . '"!');
51
52
            return;
53
        }
54
        $model = $config['providers'][$provider]['model'];
55
        $user = new $model;
56