File "MessageProvider.php"
                                Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/Illuminate/Support/Testing/MessageProvider.php
                File size: 236 bytes
                MIME-type: text/x-php
                Charset: utf-8
            
<?php
namespace Illuminate\Contracts\Support;
interface MessageProvider
{
    /**
     * Get the messages for the instance.
     *
     * @return \Illuminate\Contracts\Support\MessageBag
     */
    public function getMessageBag();
}