<?php
namespace Illuminate\Contracts\Support;
interface MessageProvider
{
/**
* Get the messages for the instance.
*
* @return \Illuminate\Contracts\Support\MessageBag
*/
public function getMessageBag();
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository