1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-11 19:24:31 +01:00
LinkAce/config/revisionable.php
Kovah 56b1bdc1a4
Implement a changelog for links (#126)
Installed and set up Revisionable package and enabled it for Links. Added custom handler for relations to Tags and LinkLists. Added new Blade component for displaying a history entry.
2020-06-05 11:43:46 +02:00

11 lines
272 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Revision Model
|--------------------------------------------------------------------------
*/
'model' => Venturecraft\Revisionable\Revision::class,
];