added php download of membershipments
This commit is contained in:
13
vendor/illuminate/pagination/CursorPaginationException.php
vendored
Normal file
13
vendor/illuminate/pagination/CursorPaginationException.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Pagination;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @deprecated Will be removed in a future Laravel version.
|
||||
*/
|
||||
class CursorPaginationException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user