App\Http\Controllers\ProfilesController::__construct PHP Méthode

__construct() public méthode

RUN VIEW THROUGH AUTH MIDDLWARE via the CONSTRUCTOR
public __construct ( )
    public function __construct()
    {
        $this->middleware('auth');
    }