notifications ready fx2

This commit is contained in:
merdan 2022-11-21 10:08:06 +05:00
parent 0abc0c2e64
commit 7d0a641d32
1 changed files with 4 additions and 1 deletions

View File

@ -2,13 +2,16 @@
namespace Sarga\Admin\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller;
use Sarga\Admin\Http\Firebase;
use Sarga\Shop\Repositories\NotificationRepository;
class PushController extends Controller
{
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
public function __construct(protected NotificationRepository $notificationRepository)
{
$this->_config = request('_config');