D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
developers.ghanempharmacy.com
/
app
/
Services
/
Filename :
ShopFollowerService.php
back
Copy
<?php namespace App\Services; class ShopFollowerService { public function getAddData(string|int $customerId,string|int $shopId):array { return [ 'user_id' => $customerId, 'shop_id' => $shopId ]; } }