Skip to content

Commit 5aac735

Browse files
replace app()->make() by Facade for backward compatibility
1 parent ef8f706 commit 5aac735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/ExportLocalizations.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ protected function parseJsonFiles($file, $key, $dir)
338338

339339
public static function exportToArray()
340340
{
341-
return app()->make(self::class)->export()->toArray();
341+
return \KgBot\LaravelLocalization\Facades\ExportLocalizations::export()->toArray();
342342
}
343343

344344
protected static function executeCallback($strings)

0 commit comments

Comments
 (0)