forked from projects/fipamo
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:
parent
35c22913f8
commit
787c00a75b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue