Browse Source

Adding array_column.php

Julio Montoya 11 years ago
parent
commit
18e561b543
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vendor/composer/autoload_files.php

+ 1 - 0
vendor/composer/autoload_files.php

@@ -10,4 +10,5 @@ return array(
     $vendorDir . '/symfony/intl/Symfony/Component/Intl/Resources/stubs/functions.php',
     $vendorDir . '/swiftmailer/swiftmailer/lib/swift_required.php',
     $vendorDir . '/kriswallsmith/assetic/src/functions.php',
+    $baseDir . '/src/array_column.php'
 );