Looking to override block_footer_view.php

Permalink
I'm looking to override block_footer_view.php in concrete/elements/

I see that in 8.3.2, it is referenced in BlockView.php, line 175
$this->setBlockViewFooterFile(DIR_FILES_ELEMENTS_CORE . '/block_footer_view.php');

What would be the recommended way to change the reference to
/application/elements/block_footer_view.php

serot0nin