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