← Back
Editing: SolutionAware.php
<?php namespace App\Solution\Annotation; use Doctrine\Common\Annotations\Annotation; /** * @Annotation * @Target("CLASS") */ final class SolutionAware { public $solutionFieldName; }
Save File
Cancel