You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Exceptions/CurrentTenantCouldNotBeDeterminedInTenantAwareJob.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ class CurrentTenantCouldNotBeDeterminedInTenantAwareJob extends Exception
9
9
{
10
10
publicstaticfunctionnoIdSet(JobProcessing$event)
11
11
{
12
-
returnnewstatic("The current tenant could not be determined in a job named `" . $event->job->getName() . "`. No `tenantId` was set in the payload.");
12
+
returnnewstatic("The current tenant could not be determined in a job named `" . $event->job->resolveName() . "`. No `tenantId` was set in the payload.");
returnnewstatic("The current tenant could not be determined in a job named `" . $event->job->getName() . "`. The tenant finder could not find a tenant.");
17
+
returnnewstatic("The current tenant could not be determined in a job named `" . $event->job->resolveName() . "`. The tenant finder could not find a tenant.");
0 commit comments