Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/app/Http/Middleware/
Upload File :
Current File : /var/www/html/bookstack/app/Http/Middleware/EncryptCookies.php

<?php

namespace BookStack\Http\Middleware;

use Illuminate\Cookie\Middleware\EncryptCookies as Middleware;

class EncryptCookies extends Middleware
{
    /**
     * The names of the cookies that should not be encrypted.
     *
     * @var array
     */
    protected $except = [
        //
    ];
}