Skip to content
Snippets Groups Projects
Commit 4b092691 authored by Murtaza Sultani's avatar Murtaza Sultani
Browse files

Add log actions migration

parent 6bb7cf96
No related branches found
No related tags found
No related merge requests found
<?php
final class AddLogActions extends Migration
{
public function up()
{
StudipLog::registerActionPlugin(
'BOOKABLE_BOOKING_STATUS',
'Der Buchungsstand Änderung',
'%user ändert/setzt Buchung(ID: %affected) im %sem(%coaffected). %info',
Bookable::class
);
}
public function down()
{
StudipLog::unregisterAction('BOOKABLE_BOOKING_STATUS');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment