Enabled ANSI and Videotex servers and frames

This commit is contained in:
Deon George
2018-12-09 09:43:18 +11:00
parent 6c91c69bd9
commit 0eb71ef7c6
11 changed files with 429 additions and 243 deletions

View File

@@ -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();