Skip to content

Commit

Permalink
Разгрузка
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Jul 26, 2021
1 parent 61f4375 commit 5544b94
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 90 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"symfony/mailer": "^5.2",
"symfony/google-mailer": "^5.2",
"symfony/monolog-bundle": "^3.7",
"league/flysystem": "^1.1",
"webarchitect609/bitrix-iblock-property-type": "^1.2",
"webarchitect609/bitrix-user-type": "^0.7.2",
"proklung/jedi-light": "^1.0",
Expand Down

This file was deleted.

50 changes: 0 additions & 50 deletions local/classes/Services/Filesystem/LocalLeagueFilesystemAdapter.php

This file was deleted.

20 changes: 0 additions & 20 deletions local/configs/services/filesystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,4 @@ services:
autoconfigure: true
public: true

# Адаптер локальной файловой системы.
filesystem.local.adapter:
class: Local\Services\Filesystem\LocalLeagueFilesystemAdapter
arguments: ['%kernel.project_dir%/']

filesystem.local.adapter.factory:
class: League\Flysystem\AdapterInterface
factory: ['@filesystem.local.adapter', 'getAdapter']

# Экземпляр League Filesystem.
filesystem.instance:
class: League\Flysystem\Filesystem
arguments: ['@filesystem.local.adapter.factory']

League\Flysystem\FilesystemInterface: '@filesystem.instance'
League\Flysystem\Filesystem: '@filesystem.instance'

filesystem:
class: Symfony\Component\Filesystem\Filesystem

Symfony\Component\Filesystem\Filesystem: '@filesystem'

0 comments on commit 5544b94

Please sign in to comment.