Delete a function that is not longer used
This commit is contained in:
parent
5d1cd89838
commit
0df9dd8320
1 changed files with 0 additions and 14 deletions
|
@ -1138,18 +1138,4 @@ class ReportsController extends Controller
|
||||||
$this->getModelsInCategoriesThatRequireAcceptance($this->getCategoriesThatRequireAcceptance())
|
$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();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue