Sometimes this issue come because of space in PHP start tag of controller
facing same issue just removed whitespace in:
<?php
namespace App\Http\Controllers\Auth;
removing the space resolved my error
Sometimes this issue come because of space in PHP start tag of controller
facing same issue just removed whitespace in:
<?php
namespace App\Http\Controllers\Auth;
removing the space resolved my error