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();
/**
* Return the template used for the form.
*
* @return string
*/
abstract protected function getImportTemplate();
/**
* Return the template used for the form.
*
* @return string
*/
abstract protected function getImportTemplate();
}