Simplificadas cosas en Usuarios
This commit is contained in:
@@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
|
||||
/**
|
||||
* @method static find(mixed $restaurant)
|
||||
* @property mixed id
|
||||
*/
|
||||
class Restaurante extends Model {
|
||||
use UuidPrimaryKey, SoftDeletes;
|
||||
|
||||
Reference in New Issue
Block a user