<?php namespace App\Components; trait ErrorPush { public function push(string $path, string $title, string $content) { app("ErrorPushService")->push($path,$title,$content); } }