1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 19:24:03 +00:00
gloss/tests/GlossLoader.php
2020-12-13 03:05:55 +01:00

10 lines
120 B
PHP

<?php
namespace Lean\Gloss\Tests;
use Illuminate\Translation\ArrayLoader;
class GlossLoader extends ArrayLoader
{
}