Skip to content

Commit

Permalink
Fix READMEs after directories moved
Browse files Browse the repository at this point in the history
remp/crm#2228
  • Loading branch information
markoph committed Jan 30, 2022
1 parent 36eca26 commit d3bc8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $this->emitter->emit(new MobiletechNotificationEvent(

Outbound message expect a `mobiletech_template` to be provided. Content is processed as a `twig` template and can be injected with variables provided as parameters within `MobiletechNotificationEvent`.

Please check [`MobiletechNotificationEvent`](./src/events/MobiletechNotificationEvent.php) and [`MobiletechNotificationEnvelope`](./src/events/MobiletechNotificationEnvelope.php) to understand the provided parameters and context.
Please check [`MobiletechNotificationEvent`](./src/Events/MobiletechNotificationEvent.php) and [`MobiletechNotificationEnvelope`](./src/Events/MobiletechNotificationEnvelope.php) to understand the provided parameters and context.

## MobiletechAuthenticator

Expand Down

0 comments on commit d3bc8b8

Please sign in to comment.