Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 25, 2024
1 parent ad51822 commit d4eb4bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/FileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

class FileLoader extends BaseFileLoader implements Loader
{
/**
* The default path for the loader.
*
* @var string
*/
protected $path;

/**
* All of the registered paths to translation files.
*
Expand Down

0 comments on commit d4eb4bb

Please sign in to comment.