Automation init...

This commit is contained in:
최준흠 2024-09-04 19:37:43 +09:00
parent 14e4fc5d47
commit 1f68f674a5

View File

@ -6,7 +6,7 @@ use Symfony\Component\DomCrawler\Crawler;
trait MyCrawlerTrait trait MyCrawlerTrait
{ {
final protected function createByMyCrawler($html) final protected function createByMyCrawler($html): Crawler
{ {
return new Crawler($html); return new Crawler($html);
} }