From: Christian Weiske Date: Thu, 3 May 2018 11:16:40 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/569.git/commitdiff_plain/HEAD --- 43f9348a89ed03c9ae1c7a0b61f0c839a2994877 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e0055d6 --- /dev/null +++ b/README.rst @@ -0,0 +1,3 @@ +I had converted from ``DB::table('users')->insert([...])`` to ``User::insert([])``. + +After renaming ``insert`` to ``delete``, it works. \ No newline at end of file