akaunting/app/Console/Stubs/Modules/policy.plain.stub

21 lines
267 B
Plaintext
Raw Permalink Normal View History

2019-11-16 10:21:14 +03:00
<?php
namespace $NAMESPACE$;
use Illuminate\Auth\Access\HandlesAuthorization;
class $CLASS$
{
use HandlesAuthorization;
/**
* Create a new policy instance.
*
* @return void
*/
public function __construct()
{
//
}
}