tipo: modificación del cpanel y gitignore de la carpeta vendor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Reverb\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class InvalidOrigin extends Exception
|
||||
{
|
||||
/**
|
||||
* The error message associated with the exception.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $message = 'Origin not allowed';
|
||||
}
|
||||
Reference in New Issue
Block a user