Enabled ANSI and Videotex servers and frames
This commit is contained in:
@@ -60,7 +60,7 @@ class Server extends Command
|
||||
throw new SocketException(SocketException::CANT_ACCEPT,'Missing pcntl extension');
|
||||
}
|
||||
|
||||
$mo = Mode::where('name',$this->option('mode'))->firstOrFail();
|
||||
$mo = Mode::where('name','LIKE',$this->option('mode'))->firstOrFail();
|
||||
|
||||
$server = new SocketServer(config('app.port'),config('app.bind'));
|
||||
$server->init();
|
||||
|
Reference in New Issue
Block a user