File "model.pivot.stub"
                                Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/framework/src/Illuminate/Contracts/Pagination/model.pivot.stub
                File size: 129 bytes
                MIME-type: text/x-php
                Charset: utf-8
            
<?php
namespace {{ namespace }};
use Illuminate\Database\Eloquent\Relations\Pivot;
class {{ class }} extends Pivot
{
    //
}