Old vernacular

master
Brady McDonough 2 years ago
parent 55284c42cb
commit 3740fcea30

@ -21,7 +21,7 @@ class Authenticate implements WorkflowInterface
{ {
} }
function display() function view()
{ {
echo $this->emitStr(); echo $this->emitStr();
} }

@ -25,7 +25,7 @@ class UserManagement implements WorkflowInterface
{ {
} }
function display() function view()
{ {
echo $this->emitStr(); echo $this->emitStr();
} }

Loading…
Cancel
Save