mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-09 12:22:30 +01:00
Updated FreeScout Modules Dev (markdown)
parent
c0167f4f61
commit
16d4d1a105
@ -93,6 +93,9 @@ Eventy::addAction('sample.action', function($what) {
|
||||
echo 'You are '. $what;
|
||||
}, 10, 1);
|
||||
```
|
||||
```
|
||||
\Eventy::addAction('sample.action', [$this, 'processAction']);
|
||||
```
|
||||
|
||||
Run filter:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user