1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(helpers): remove namespaces for helpers

This commit is contained in:
Awilum
2021-07-26 22:00:18 +03:00
parent 6167df8901
commit 4ca1713be0
2 changed files with 0 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ declare(strict_types=1);
* Founded by Sergey Romanenko and maintained by Flextype Community.
*/
namespace Flextype\Support\Helpers;
if (! function_exists('filter')) {
/**
* Create a collection from the given value and filter it.

View File

@@ -7,8 +7,6 @@ declare(strict_types=1);
* Founded by Sergey Romanenko and maintained by Flextype Community.
*/
namespace Flextype\Support\Helpers;
use Symfony\Component\Finder\Finder as Finder;
if (! function_exists('find')) {