wip
This commit is contained in:
@@ -7,7 +7,13 @@ use Illuminate\Http\Request;
|
||||
|
||||
trait NovaVisaMasterPaymentOrderItemAuth
|
||||
{
|
||||
/** Create */
|
||||
/** View button */
|
||||
public function authorizedToView(Request $request)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Create button */
|
||||
public static function authorizedToCreate(Request $request)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user