Your IP : 216.73.217.145


Current Path : /home/eolienneia/www/templates/yootheme/vendor/yootheme/encryption/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/vendor/yootheme/encryption/bootstrap.php

<?php

namespace YOOtheme;

return [
    'aliases' => [
        Encrypter::class => 'encrypter',
    ],

    'services' => [
        Encrypter::class => function (Config $config) {
            return new Encryption\Encrypter($config('session.token'), $config('app.secret'));
        },
    ],
];