diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..25b6782 --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +# Things To Do + +* Post link to project in the comments section of this video: https://www.youtube.com/watch?time_continue=58&v=1l0kO-iaN_o +* Create a laravel collections to versatile collections method equivalence table + +# References + +* https://help.github.com/categories/writing-on-github/ + +> **NOTE TO SELF:** Create github issues rather than adding tasks to this file \ No newline at end of file diff --git a/docs/ObjectsCollections.md b/docs/ObjectsCollections.md index 5ad0aad..ff6202b 100644 --- a/docs/ObjectsCollections.md +++ b/docs/ObjectsCollections.md @@ -52,7 +52,7 @@ return value of NULL for such calls. If the called method does not exist in one or more of the objects in the collection, an exception is thrown. ->NOTE: methods registered to the collection via either **`addMethod`** or +> **NOTE:** methods registered to the collection via either **`addMethod`** or **`addMethodForAllInstances`** having the same name as a method present in the objects in the collection will be called instead of the one in the objects. For example, if a method named **`save`** was registered via either **`addMethod`** or diff --git a/documentation-notes-delete-when-done.txt b/documentation-notes-delete-when-done.txt deleted file mode 100644 index 1b92736..0000000 --- a/documentation-notes-delete-when-done.txt +++ /dev/null @@ -1,5 +0,0 @@ -Post link to project in the comments section of this video: https://www.youtube.com/watch?time_continue=58&v=1l0kO-iaN_o - -https://help.github.com/categories/writing-on-github/ - -Create a laravel collections to versatile collections method equivalence table \ No newline at end of file