File tree Expand file tree Collapse file tree 10 files changed +17
-16
lines changed Expand file tree Collapse file tree 10 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 2424 * @method static \PrettyRoutes\Support\Cache when($value);
2525 * @method static bool routeClear();
2626 */
27- final class Cache extends Facade
27+ class Cache extends Facade
2828{
2929 protected static function getFacadeAccessor ()
3030 {
Original file line number Diff line number Diff line change 2424 * @method static array all()
2525 * @method static string get(string $key)
2626 */
27- final class Trans extends Facade
27+ class Trans extends Facade
2828{
2929 protected static function getFacadeAccessor ()
3030 {
Original file line number Diff line number Diff line change 22/******************************************************************************
33 * This file is part of the "andrey-helldar/pretty-routes" project. *
44 * *
5- * @author Andrey Helldar <[email protected] > * 6- * @author Gary Green <holegary@gmail .com> *
5+ *
6+ * @see https://github .com/andrey-helldar/pretty-routes *
77 * *
8- * @copyright 2021 Andrey Helldar, Gary Green *
8+ * For the full copyright and license information, please view the LICENSE *
9+ * file that was distributed with this source code. *
10+ ******************************************************************************@author Gary Green <[email protected] > * 911 * *
12+ * @author Andrey Helldar <[email protected] > * 1013 * @license MIT *
1114 * *
12- * @see https://github.com/andrey-helldar/pretty-routes *
15+ * @copyright 2021 Andrey Helldar, Gary Green *
1316 * *
14- * For the full copyright and license information, please view the LICENSE *
15- * file that was distributed with this source code. *
16- ******************************************************************************/
17+ */
1718
1819namespace PrettyRoutes ;
1920
Original file line number Diff line number Diff line change 1919
2020use Illuminate \Support \Facades \Artisan ;
2121
22- final class Cache
22+ class Cache
2323{
2424 protected $ when = true ;
2525
Original file line number Diff line number Diff line change 2020use Helldar \LaravelRoutesCore \Contracts \Config as ConfigContract ;
2121use Illuminate \Support \Facades \Config as Conf ;
2222
23- final class Config implements ConfigContract
23+ class Config implements ConfigContract
2424{
2525 public function getApiMiddleware (): array
2626 {
Original file line number Diff line number Diff line change 2020use Helldar \Support \Facades \Helpers \Arr ;
2121use Illuminate \Support \Facades \App ;
2222
23- final class Trans
23+ class Trans
2424{
2525 public const DEFAULT_LOCALE = 'en ' ;
2626
Original file line number Diff line number Diff line change 1919
2020use Illuminate \Support \Facades \Validator ;
2121
22- final class AjaxTest extends TestCase
22+ class AjaxTest extends TestCase
2323{
2424 public function testStructure ()
2525 {
Original file line number Diff line number Diff line change 1919
2020use Tests \TestCase ;
2121
22- final class EnTest extends TestCase
22+ class EnTest extends TestCase
2323{
2424 public function testApp ()
2525 {
Original file line number Diff line number Diff line change 1919
2020use Tests \TestCase ;
2121
22- final class FrTest extends TestCase
22+ class FrTest extends TestCase
2323{
2424 public function testApp ()
2525 {
Original file line number Diff line number Diff line change 1919
2020use Tests \TestCase ;
2121
22- final class RuTest extends TestCase
22+ class RuTest extends TestCase
2323{
2424 public function testApp ()
2525 {
You can’t perform that action at this time.
0 commit comments