From fade11ee8cb21c032e151f09b7864c633385d7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Gusm=C3=A3o?= Date: Thu, 15 Aug 2019 19:45:00 -0300 Subject: [PATCH 1/8] laravel 5.8 --- .idea/baum.iml | 10 ++++ .idea/encodings.xml | 6 ++ .idea/misc.xml | 9 +++ .idea/modules.xml | 8 +++ .idea/php.xml | 14 +++++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 138 ++++++++++++++++++++++++++++++++++++++++++++ src/Baum/Move.php | 2 +- 8 files changed, 192 insertions(+), 1 deletion(-) create mode 100644 .idea/baum.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/baum.iml b/.idea/baum.iml new file mode 100644 index 00000000..77098d0b --- /dev/null +++ b/.idea/baum.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..ada92a5e --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..0ecb5c32 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..e6616b02 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..1afc79cb --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..5123e852 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,138 @@ + + + + + + + + + $PROJECT_DIR$/composer.json + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1565909055116 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Baum/Move.php b/src/Baum/Move.php index 8abed059..5bd0f35f 100644 --- a/src/Baum/Move.php +++ b/src/Baum/Move.php @@ -352,7 +352,7 @@ protected function fireMoveEvent($event, $halt = true) { // but we relay the event into the node instance. $event = "eloquent.{$event}: ".get_class($this->node); - $method = $halt ? 'until' : 'fire'; + $method = $halt ? 'until' : 'dispatch'; return static::$dispatcher->$method($event, $this->node); } From eb97656a8701bd7df33850ea9d7fdaffa5911bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Gusm=C3=A3o?= Date: Thu, 15 Aug 2019 19:49:54 -0300 Subject: [PATCH 2/8] laravel 5.8 --- .idea/workspace.xml | 35 ++++++++++++++++++++++++++++------- src/Baum/Move.php | 6 +++++- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5123e852..dc24a866 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -25,8 +25,8 @@ - - + + @@ -54,7 +54,28 @@ - + + + + + + + + + + + + + + + + + + + + @@ -137,6 +205,7 @@ + @@ -151,6 +220,12 @@ + + + + + + @@ -162,24 +237,21 @@