This commit is contained in:
James Cole
2020-10-04 09:19:36 +02:00
parent 3bae5e236b
commit a2eedb3742
3 changed files with 4 additions and 3 deletions

View File

@@ -38,8 +38,7 @@ use Illuminate\View\View;
*/
class EditController extends Controller
{
/** @var RuleGroupRepositoryInterface */
private $repository;
private RuleGroupRepositoryInterface $repository;
/**
* EditController constructor.