File "policy.plain.stub"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Commands/stubs/scaffold/policy.plain.stub
File size: 267 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace $NAMESPACE$;

use Illuminate\Auth\Access\HandlesAuthorization;

class $CLASS$
{
    use HandlesAuthorization;

    /**
     * Create a new policy instance.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }
}