Merry Christmas to everyone !
Merry Christmas to everyone !
Share some code and logs so we could help with your issue
Thanks!
public function celebration()
{
$merry = 'Christmas';
Log::info('to everyone');
}
public function greeting()
{
echo "Merry Christmas";
}
Please or to participate in this conversation.