mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
0e33bc7d99
commit
83676deddb
@@ -18,7 +18,7 @@ class ServeCommand extends Command
|
||||
$loop = app(LoopInterface::class);
|
||||
|
||||
$loop->futureTick(function () {
|
||||
$this->info("Expose server running on port ".$this->option('port').".");
|
||||
$this->info('Expose server running on port '.$this->option('port').'.');
|
||||
});
|
||||
|
||||
$validateAuthTokens = config('expose.admin.validate_auth_tokens');
|
||||
|
||||
Reference in New Issue
Block a user