This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Traits; | |
use Illuminate\Http\Request; | |
/** | |
* A Laravel 5.2 trait that stores a value in the session that can be used with | |
* a form select to set the per page value for a length aware paginator. | |
* |