Socieboy\Forum\Controllers\ProfileController::__construct PHP Метод

__construct() публичный Метод

Initialize profile controller.
public __construct ( )
    function __construct()
    {
        $this->middleware('auth');
    }
ProfileController