Skip to content

Commit

Permalink
permissoes e refatorações
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Apr 12, 2019
1 parent 224fa3a commit 33fc8e4
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
Empty file modified collect-logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion composer.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dvi/collection",
"name": "tightenco/collect",
"description": "Collect - Illuminate Collections as a separate package.",
"keywords": ["laravel", "collection"],
"license": "MIT",
Expand Down
Empty file modified composer.lock
100644 → 100755
Empty file.
Empty file modified phpunit.xml
100644 → 100755
Empty file.
Empty file modified readme.md
100644 → 100755
Empty file.
Empty file modified src/Collect/Contracts/Support/Htmlable.php
100644 → 100755
Empty file.
Empty file modified src/Collect/Support/Collection.php
100644 → 100755
Empty file.
Empty file modified src/Collect/Support/HigherOrderCollectionProxy.php
100644 → 100755
Empty file.
Empty file modified src/Collect/Support/HtmlString.php
100644 → 100755
Empty file.
Empty file modified src/Collect/Support/Traits/Macroable.php
100644 → 100755
Empty file.
Empty file modified src/Collect/Support/alias.php
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions src/Collect/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ function array_wrap($value)
}
}

if (! function_exists('collection')) {
if (! function_exists('collect')) {
/**
* Create a collection from the given value.
*
* @param mixed $value
* @return \Tightenco\Collect\Support\Collection
*/
function collection($value = null)
function collect($value = null)
{
return new Collection($value);
}
Expand Down
Empty file modified stubs/src/Collect/Support/alias.php
100644 → 100755
Empty file.
Empty file modified stubs/tests/bootstrap.php
100644 → 100755
Empty file.
Empty file modified tests/Support/SupportArrTest.php
100644 → 100755
Empty file.
Empty file modified tests/Support/SupportCarbonTest.php
100644 → 100755
Empty file.
Empty file modified tests/Support/SupportCollectionTest.php
100644 → 100755
Empty file.
Empty file modified tests/Support/SupportMacroableTest.php
100644 → 100755
Empty file.
Empty file modified tests/bootstrap.php
100644 → 100755
Empty file.

0 comments on commit 33fc8e4

Please sign in to comment.