mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-11 19:24:31 +01:00
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.
11 lines
272 B
PHP
11 lines
272 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Revision Model
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
'model' => Venturecraft\Revisionable\Revision::class,
|
|
];
|