Skip to content

Commit

Permalink
publish preparation: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
light-source committed Dec 17, 2024
1 parent 81c54d8 commit 7b45de5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Prosopo\Views\PrivateClasses\Template;

use Exception;
use Prosopo\Views\Interfaces\Model\ModelRendererInterface;
use Prosopo\Views\Interfaces\Model\TemplateModelInterface;
use Prosopo\Views\Interfaces\Template\TemplateRendererInterface;
Expand Down Expand Up @@ -49,7 +50,8 @@ function ($item) {
* @param mixed $item
*
* @return mixed
* @throws
*
* @throws Exception
*/
protected function renderIfModel($item)
{
Expand Down

0 comments on commit 7b45de5

Please sign in to comment.