mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-02 22:10:53 -05:00
8 lines
85 B
PHP
Executable File
8 lines
85 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Policies;
|
|
|
|
class ProposalSnippetPolicy extends EntityPolicy
|
|
{
|
|
}
|