You already use use App\Http\Controllers\AuthController;
so I don't know why you need to add namespace?
The old version use string like 'AuthController@login' to define Controller so it is useful to have namespace but with the new version you already call that specific class so I don't think namespace is necessary.