summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket/System.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Ticket/System.pm')
-rw-r--r--fml/lib/FML/Ticket/System.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Ticket/System.pm b/fml/lib/FML/Ticket/System.pm
index 3a11f89b..7c14d7c0 100644
--- a/fml/lib/FML/Ticket/System.pm
+++ b/fml/lib/FML/Ticket/System.pm
@@ -23,8 +23,8 @@ FML::Ticket::System - ticket system core engine
=head1 SYNOPSIS
- use Ticket::Model::toymodel;
- $ticket = new Ticket::Model::toymodel;
+ use Ticket::Model::minimal_states;
+ $ticket = new Ticket::Model::minimal_states;
$ticket->assign($curproc, $args);
$ticket->update_cache($curproc, $args);
@@ -39,9 +39,9 @@ This module provides basic functions to help sub classes.
|
A
-------------------
- | | |
- A A A
- toymodel model2 ....
+ | |
+ A A
+ minimal_states
=head1 METHODS