| Total Complexity | 1 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ConfirmPasswordController extends Controller |
||
| 10 | { |
||
| 11 | /* |
||
| 12 | |-------------------------------------------------------------------------- |
||
| 13 | | Confirm Password Controller |
||
| 14 | |-------------------------------------------------------------------------- |
||
| 15 | | |
||
| 16 | | This controller is responsible for handling password confirmations and |
||
| 17 | | uses a simple trait to include the behavior. You're free to explore |
||
| 18 | | this trait and override any functions that require customization. |
||
| 19 | | |
||
| 20 | */ |
||
| 21 | |||
| 22 | use ConfirmsPasswords; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Where to redirect users when the intended url fails. |
||
| 26 | * |
||
| 27 | * @var string |
||
| 28 | */ |
||
| 29 | protected $redirectTo = AdmineticServiceProvider::HOME; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Create a new controller instance. |
||
| 33 | * |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | public function __construct() |
||
| 41 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths