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:
@@ -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.
|
||||
|
@@ -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')) {
|
||||
|
Reference in New Issue
Block a user