mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-15 05:18:41 +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
|
interface WorkflowInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ class Workflow implements WorkflowInterface
|
||||||
public function runPending($data)
|
public function runPending($data)
|
||||||
{
|
{
|
||||||
// todo: approve?!
|
// todo: approve?!
|
||||||
// todo:
|
// todo:
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getState() : int
|
public function getState() : int
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @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
|
* @var \Modules\Tasks\Models\Task[] $tasks
|
||||||
*/
|
*/
|
||||||
$tasks = $this->getData('tasks');
|
$tasks = $this->getData('tasks');
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user