Skip to content

Commit

Permalink
feat: add rockfrontend() functions api
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Dec 22, 2023
1 parent c98ee66 commit 4991da5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
use Sabberworm\CSS\RuleSet\RuleSet;
use Wa72\HtmlPageDom\HtmlPageCrawler;

function rockfrontend(): RockFrontend
{
return wire()->modules->get('RockFrontend');
}

/**
* @author Bernhard Baumrock, 05.01.2022
* @license MIT
Expand Down

0 comments on commit 4991da5

Please sign in to comment.