refactoring. adding back pagination.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php namespace Laravel\Session\Transporters;
|
||||
|
||||
/**
|
||||
* Session transporters are responsible for getting the session identifier
|
||||
* to the client. This can be done via cookies or some other means.
|
||||
*/
|
||||
interface Transporter {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user