When MSGID has domain but no point

This commit is contained in:
Deon George
2021-08-22 16:55:39 +10:00
parent 071b817194
commit 1ae73e80c2
2 changed files with 2 additions and 8 deletions

View File

@@ -28,13 +28,6 @@ class StartServer extends Command
*/
protected $description = 'Start Server';
public function __construct()
{
parent::__construct();
Log::info(sprintf('%s:+ Server Starting (%d)',self::LOGKEY,getmypid()));
}
/**
* Execute the console command.
*
@@ -43,6 +36,7 @@ class StartServer extends Command
*/
public function handle()
{
Log::info(sprintf('%s:+ Server Starting (%d)',self::LOGKEY,getmypid()));
$o = Setup::findOrFail(config('app.id'));
$start = collect();