workflow controller

This commit is contained in:
Arno Kaimbacher 2019-02-12 12:21:35 +01:00
parent 6068889e68
commit 7c6654398d
18 changed files with 687 additions and 470 deletions

View file

@ -0,0 +1,7 @@
<?php
namespace App\Library\Util;
class SolrIndexIndexer
{
protected $data;
}