mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace Lean\Gloss\Tests;
|
|
|
|
use Illuminate\Translation\ArrayLoader;
|
|
|
|
class GlossLoader extends ArrayLoader
|
|
{
|
|
|
|
}
|