1. 07 Apr, 2019 1 commit
  2. 20 Mar, 2019 1 commit
  3. 18 Mar, 2019 1 commit
  4. 17 Mar, 2019 1 commit
  5. 12 Mar, 2019 1 commit
    • Stas's avatar
      Fix tests (#1724) · bdb15c94
      Stas authored
      *   Update Dockerfile, add for methods setUp and tearDown return type hint in all tests, replace fire on dispatch
      
      * Resolve error test with touch
      
      * Use COMPOSER_VERSION in Dockerfile
      
      * Add alias for composer
      
      * Change parent method's names
      Broken commit in laravel: https://github.com/laravel/framework/commit/2ee18923eaff142a89439f0adf0d3f15c30db85b
      
      * Remove changes in .travis.yml
      
      * Remove changes from Dockerfile
      
      * Revert changes in docker-compose.yml
      
      * Update image with mysql
      bdb15c94
  6. 27 Feb, 2019 6 commits
  7. 26 Feb, 2019 1 commit
  8. 09 Feb, 2019 1 commit
  9. 24 Jan, 2019 1 commit
  10. 20 Dec, 2018 1 commit
    • reatang's avatar
      fix bug · 317369cf
      reatang authored
      The main solution is to solve the bugs encountered in using database alone
      317369cf
  11. 29 Nov, 2018 1 commit
  12. 28 Nov, 2018 1 commit
  13. 27 Nov, 2018 1 commit
  14. 23 Nov, 2018 1 commit
  15. 17 Nov, 2018 1 commit
  16. 06 Nov, 2018 1 commit
  17. 16 Aug, 2018 2 commits
  18. 22 Jul, 2018 2 commits
  19. 27 Jun, 2018 1 commit
  20. 26 Jun, 2018 6 commits
  21. 18 Jun, 2018 1 commit
  22. 26 Apr, 2018 3 commits
  23. 25 Apr, 2018 2 commits
  24. 10 Apr, 2018 1 commit
  25. 07 Apr, 2018 1 commit
    • Ben Argo's avatar
      Add required use statement · 6d4888a2
      Ben Argo authored
      Without this statement, the reaffirming of belongsToMany relations would fail. The original commit was to prove a point in an issue, but for it to work in the real world this extra bit is added.
      6d4888a2