added a revisions page
This commit is contained in:
@@ -29,6 +29,7 @@ use Illuminate\Database\Eloquent\Collection;
|
||||
* @property-read string $draftDiscardRoute
|
||||
* @property-read string $draftUpdateRoute
|
||||
* @property-read string $draftSubmitRoute
|
||||
* @property-read string $revisionsRoute
|
||||
* @property-read User $owner
|
||||
* @property-read Table $parentTable
|
||||
* @property-read Table[]|Collection $forks
|
||||
@@ -143,6 +144,7 @@ class Table extends BaseModel
|
||||
case 'draftDiscardRoute': return route('table.draft-discard', $arg);
|
||||
case 'draftUpdateRoute': return route('table.draft-update', $arg);
|
||||
case 'draftSubmitRoute': return route('table.draft-submit', $arg);
|
||||
case 'revisionsRoute': return route('table.revisions', $arg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user