JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "channel.stub"

Full Path: /home/mipedido/web/mipedido.app/public_html/stubs/nwidart-stubs/channel.stub
File size: 315 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace $NAMESPACE$;

class $CLASS$
{

    /**
     * Create a new channel instance.
     */
    public function __construct()
    {
        //
    }
    
    /**
     * Authenticate the user's access to the channel.
     */
    public function join(Operator $user): array|bool
    {
        //
    }
   
}