Пример #1
0
function getLastGlobalMessageId()
{
    return Message::orderBy('created_at', 'desc')->first();
}