trAvis - MANAGER
Edit File: InvalidAlgorithm.php
<?php namespace PragmaRX\Google2FA\Exceptions\Contracts; use Throwable; interface InvalidAlgorithm extends Throwable { }