Delete a function that is not longer used

This commit is contained in:
Ivan Nieto Vivanco 2022-03-01 18:59:50 -06:00
parent 5d1cd89838
commit 0df9dd8320

View file

@ -1138,18 +1138,4 @@ class ReportsController extends Controller
$this->getModelsInCategoriesThatRequireAcceptance($this->getCategoriesThatRequireAcceptance())
);
}
/**
* getAssetsNotAcceptedYet
*
* @return array
* @author Vincent Sposato <vincent.sposato@gmail.com>
* @version v1.0
*/
protected function getAssetsNotAcceptedYet()
{
$this->authorize('reports.view');
return Asset::unaccepted();
}
}