This commit is contained in:
Jeremy Benoist 2017-07-24 11:52:43 +02:00
parent c6c45673af
commit 459374022f
No known key found for this signature in database
GPG Key ID: BCA73962457ACC3C

View File

@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
*/ */
abstract protected function getImportService(); abstract protected function getImportService();
/** /**
* Return the template used for the form. * Return the template used for the form.
* *
* @return string * @return string
*/ */
abstract protected function getImportTemplate(); abstract protected function getImportTemplate();
} }