In file AbstractAuthController.php the class is not Abstract. Should be: ```php abstract class AbstractAuthController extends .... ```
In file AbstractAuthController.php the class is not Abstract.
Should be: