fix tests
This commit is contained in:
@@ -6,9 +6,7 @@ use App\Services\Staff\StaffTimeOffLinkService as StaffTimeOffLinkTokenService;
|
||||
|
||||
class StaffTimeOffLinkService
|
||||
{
|
||||
public function __construct(private StaffTimeOffLinkTokenService $service = new StaffTimeOffLinkTokenService())
|
||||
{
|
||||
}
|
||||
public function __construct(private StaffTimeOffLinkTokenService $service = new StaffTimeOffLinkTokenService) {}
|
||||
|
||||
public function createToken(array $payload): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user