mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 14:58:39 +00:00
Remove space from end of line
This commit is contained in:
parent
5bef81ff07
commit
441a50817c
|
|
@ -24,5 +24,5 @@ namespace Modules\Workflow\Models;
|
|||
*/
|
||||
interface WorkflowInterface
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class Workflow implements WorkflowInterface
|
|||
public function runPending($data)
|
||||
{
|
||||
// todo: approve?!
|
||||
// todo:
|
||||
// todo:
|
||||
}
|
||||
|
||||
public function getState() : int
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@
|
|||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render();
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
* @var \Modules\Tasks\Models\Task[] $tasks
|
||||
*/
|
||||
$tasks = $this->getData('tasks');
|
||||
echo $this->getData('nav')->render();
|
||||
echo $this->getData('nav')->render();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user