mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-25 23:06:39 +02:00
Fixed incorrect instances of Collection class
This commit is contained in:
@@ -78,7 +78,7 @@ class FinderFactory
|
||||
/**
|
||||
* Get a collection of hidden file paths.
|
||||
*
|
||||
* @return \Illuminate\Support\Collection
|
||||
* @return \Tightenco\Collect\Support\Collection
|
||||
*/
|
||||
protected function hiddenFiles(): Collection
|
||||
{
|
||||
|
@@ -3,11 +3,11 @@
|
||||
namespace App\Factories;
|
||||
|
||||
use DI\Container;
|
||||
use Illuminate\Support\Collection;
|
||||
use RuntimeException;
|
||||
use Symfony\Component\Translation\Loader\YamlFileLoader;
|
||||
use Symfony\Component\Translation\Translator;
|
||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
use Tightenco\Collect\Support\Collection;
|
||||
|
||||
class TranslationFactory
|
||||
{
|
||||
|
Reference in New Issue
Block a user