for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Arcanedev\LaravelLang;
/**
* Class LaravelLang
*
* @author ARCANEDEV <[email protected]>
*/
class LaravelLang
{
/* -----------------------------------------------------------------
| Constants
| -----------------------------------------------------------------
const VERSION = '9.1.0';
}