Files
chatroom/app/Services/WeddingService.php
T

15 lines
166 B
PHP
Raw Normal View History

<?php
namespace App\Services;
class WeddingService
{
/**
* Create a new class instance.
*/
public function __construct()
{
//
}
}