BF wrong naming
This commit is contained in:
parent
d04c7186be
commit
c5ee4d3080
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Services;
|
namespace Blax\Workkit\Services;
|
||||||
|
|
||||||
use JsonException;
|
use JsonException;
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@ class IncompleteJsonService
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->onExtraToken = function ($text, $data, $reminding) {
|
$this->onExtraToken = function ($text, $data, $reminding) {
|
||||||
echo 'Parsed JSON with extra tokens: '.json_encode(['text' => $text, 'data' => $data, 'reminding' => $reminding]);
|
echo 'Parsed JSON with extra tokens: ' . json_encode(['text' => $text, 'data' => $data, 'reminding' => $reminding]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace Blax\Workkit\Services;
|
namespace Blax\Workkit\Services;
|
||||||
|
|
||||||
use App\Services\IncompleteJsonService;
|
|
||||||
use Illuminate\Support\Facades\Http;
|
use Illuminate\Support\Facades\Http;
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue