feat : site
This commit is contained in:
@@ -85,4 +85,9 @@ class OrderController extends AbstractController
|
|||||||
{
|
{
|
||||||
return (new RefundOrderService)->handle();
|
return (new RefundOrderService)->handle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function orderList()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ class UserSite extends Model
|
|||||||
*/
|
*/
|
||||||
protected array $casts = ['id' => 'integer', 'site_id' => 'integer', 'user_id' => 'integer', 'is_default' => 'integer'];
|
protected array $casts = ['id' => 'integer', 'site_id' => 'integer', 'user_id' => 'integer', 'is_default' => 'integer'];
|
||||||
|
|
||||||
const string CREATED_AT = 'created_time';
|
const string CREATED_AT = 'create_time';
|
||||||
const string UPDATED_AT = 'updated_time';
|
const string UPDATED_AT = 'update_time';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $id
|
* @param int $id
|
||||||
|
|||||||
Reference in New Issue
Block a user