improper reference in init class

init class needed to be udpated to correct the reference to the doc
services class.
This commit is contained in:
ro 2024-06-02 21:00:52 -06:00
parent 35c22913f8
commit 787c00a75b
No known key found for this signature in database
GPG key ID: 29B551CDBD4D3B50

View file

@ -4,6 +4,7 @@ namespace App\Services\Upkeep;
use ReallySimpleJWT\Token; use ReallySimpleJWT\Token;
use ReallySimpleJWT\Exception\BuildException; use ReallySimpleJWT\Exception\BuildException;
use App\Services\Assets\DocService;
use Carbon\Carbon; use Carbon\Carbon;
use function _\find; use function _\find;