vendor and env first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\QueryBuilder\Exceptions;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||
|
||||
abstract class InvalidQuery extends HttpException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user