statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.06k stars 530 forks source link

Upgrading to 3.2.30 causes "Failed to open stream: Is a directory" error #5062

Closed tao closed 2 years ago

tao commented 2 years ago

Bug description

All I've done is update to 3.2.30 and run a stache:refresh and I'm getting this error. I downgraded back to 3.2.29 and it works fine, and when I updated again to 3.2.30 it caused the same bug.

ErrorException
file_put_contents(/Users/daniel/Code/cms/storage/framework/cache/data/stache/indexes/terms/events/): Failed to open stream: Is a directory

Screenshot 2022-01-12 at 22 24 49

I've tried clearing the stache and the cache, the views, changing permissions on the storage folder... but nothing seems to help yet, and downgrading to 3.2.29 fixes the problem.

The code section that isn't working is related to taxonomies, fetching the event taxonomy and listing all entries in the events collection that matches.

  {{ taxonomy from="events" sort="order|asc" }}
    <section id="{{ slug }}" class="grid md:grid-cols-2 lg:grid-cols-4 2xl:grid-cols-5 gap-x-6 gap-y-4">

        <div class="pt-4 pr-2 md:col-span-2 lg:col-span-4 2xl:col-span-5">
            <div class="max-w-prose">
              <h3>
                <a href="{{ url }}">
                  {{ title }}
                </a>
              </h3>

              {{ content }}

              {{ collection from="events" type:contains="{slug}" sort="date:desc" show_future="false" as="entries" }}
                {{ if total_results > 3 }}
                  <div class="mb-4">
                    <a href="{{ url }}" class="font-medium ~text-indigo hover:~text-meta">{{ trans key="lang.view_more" site="{locale}" }} <span aria-hidden="true">→</span></a>
                  </div>
                {{ /if }}
              {{ /collection }}
            </div>
        </div>

    </section>
  {{ /taxonomy }}

How to reproduce

I'm not sure what else to say except the new update caused the bug. I can try debug it more and see if I can find anything...

Logs

[2022-01-12 20:29:30] production.ERROR: file_put_contents(/Users/daniel/Code/cms/storage/framework/cache/data/stache/indexes/terms/events/): Failed to open stream: Is a directory {"view":{"view":"/Users/daniel/Code/cms/resources/views/events/index.antlers.html","data":{"amp_url":"<pre class=sf-dump id=sf-dump-2125527560 data-indent-pad=\"  \"><span class=sf-dump-const>null</span>
</pre><script>Sfdump(\"sf-dump-2125527560\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","api_url":"<pre class=sf-dump id=sf-dump-858011527 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"88 characters\">http://127.0.0.1:8000/api/collections/pages/entries/48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
</pre><script>Sfdump(\"sf-dump-858011527\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","books":"<pre class=sf-dump id=sf-dump-710111475 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#3905</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-note title=\"Statamic\\Entries\\EntryCollection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Entries</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>EntryCollection</span> {<a class=sf-dump-ref>#4052</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
  </samp>}
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"7 characters\">entries</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-710111475\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","collection":"<pre class=sf-dump id=sf-dump-1712217712 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Entries\\Collection</span> {<a class=sf-dump-ref>#2383</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"5 characters\">pages</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">routes</span>: \"<span class=sf-dump-str title=\"19 characters\">{parent_uri}/{slug}</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">mount</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">title</span>: \"<span class=sf-dump-str title=\"5 characters\">Pages</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">template</span>: \"<span class=sf-dump-str title=\"7 characters\">default</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">layout</span>: \"<span class=sf-dump-str title=\"6 characters\">layout</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">sites</span>: <span class=sf-dump-note>array:21</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"2 characters\">bg</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"2 characters\">cs</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"2 characters\">de</span>\"
    <span class=sf-dump-index>3</span> => \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
    <span class=sf-dump-index>4</span> => \"<span class=sf-dump-str title=\"2 characters\">es</span>\"
    <span class=sf-dump-index>5</span> => \"<span class=sf-dump-str title=\"2 characters\">fr</span>\"
    <span class=sf-dump-index>6</span> => \"<span class=sf-dump-str title=\"2 characters\">he</span>\"
    <span class=sf-dump-index>7</span> => \"<span class=sf-dump-str title=\"2 characters\">hu</span>\"
    <span class=sf-dump-index>8</span> => \"<span class=sf-dump-str title=\"2 characters\">id</span>\"
    <span class=sf-dump-index>9</span> => \"<span class=sf-dump-str title=\"2 characters\">it</span>\"
    <span class=sf-dump-index>10</span> => \"<span class=sf-dump-str title=\"2 characters\">nl</span>\"
    <span class=sf-dump-index>11</span> => \"<span class=sf-dump-str title=\"2 characters\">pl</span>\"
    <span class=sf-dump-index>12</span> => \"<span class=sf-dump-str title=\"2 characters\">pt</span>\"
    <span class=sf-dump-index>13</span> => \"<span class=sf-dump-str title=\"2 characters\">ro</span>\"
    <span class=sf-dump-index>14</span> => \"<span class=sf-dump-str title=\"2 characters\">ru</span>\"
    <span class=sf-dump-index>15</span> => \"<span class=sf-dump-str title=\"2 characters\">sr</span>\"
    <span class=sf-dump-index>16</span> => \"<span class=sf-dump-str title=\"2 characters\">sv</span>\"
    <span class=sf-dump-index>17</span> => \"<span class=sf-dump-str title=\"2 characters\">tr</span>\"
    <span class=sf-dump-index>18</span> => \"<span class=sf-dump-str title=\"2 characters\">uk</span>\"
    <span class=sf-dump-index>19</span> => \"<span class=sf-dump-str title=\"5 characters\">zh_cn</span>\"
    <span class=sf-dump-index>20</span> => \"<span class=sf-dump-str title=\"5 characters\">zh_tw</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">propagate</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">blueprints</span>: []
  #<span class=sf-dump-protected title=\"Protected property\">searchIndex</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dated</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">sortField</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">sortDirection</span>: \"<span class=sf-dump-str title=\"3 characters\">asc</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">ampable</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">revisions</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">positions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">defaultPublishState</span>: <span class=sf-dump-const>true</span>
  #<span class=sf-dump-protected title=\"Protected property\">futureDateBehavior</span>: \"<span class=sf-dump-str title=\"6 characters\">public</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">pastDateBehavior</span>: \"<span class=sf-dump-str title=\"6 characters\">public</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">structure</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">structureContents</span>: <span class=sf-dump-note>array:1</span> [<samp data-depth=2 class=sf-dump-compact>
    \"<span class=sf-dump-key>root</span>\" => <span class=sf-dump-const>true</span>
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">taxonomies</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">requiresSlugs</span>: <span class=sf-dump-const>true</span>
  #<span class=sf-dump-protected title=\"Protected property\">titleFormats</span>: []
  #<span class=sf-dump-protected title=\"Protected property\">initialPath</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">cascade</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#4550</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
  </samp>}
</samp>}
</pre><script>Sfdump(\"sf-dump-1712217712\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","content":"<pre class=sf-dump id=sf-dump-1024858596 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#3210</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"36 characters\">L/L Research events and gatherings.<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>\"
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"43 characters\">&lt;p&gt;L/L Research events and gatherings.&lt;/p&gt;<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>\"
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">markdown</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-1024858596\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","cp_url":"<pre class=sf-dump id=sf-dump-399800045 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"24 characters\">http://127.0.0.1:8000/cp</span>\"
</pre><script>Sfdump(\"sf-dump-399800045\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","csrf_field":"<pre class=sf-dump id=sf-dump-1780832302 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\HtmlString</span> {<a class=sf-dump-ref>#5600</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">html</span>: \"<span class=sf-dump-str title=\"84 characters\">&lt;input type=&quot;hidden&quot; name=&quot;_token&quot; value=&quot;E4yvJW2lb9JAEpcbBqsySPVJkCcUaE7ex53UP7Mo&quot;&gt;</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-1780832302\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","csrf_token":"<pre class=sf-dump id=sf-dump-668300241 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"40 characters\">E4yvJW2lb9JAEpcbBqsySPVJkCcUaE7ex53UP7Mo</span>\"
</pre><script>Sfdump(\"sf-dump-668300241\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","current_date":"<pre class=sf-dump id=sf-dump-2036931866 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Carbon @1642019369</span> {<a class=sf-dump-ref>#5824</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d95b30000000022be7eb6</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
  <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Wednesday, January 12, 2022
- 00:00:00.563036 from now
DST Off\">2022-01-12 20:29:29.391637 UTC (+00:00)</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-2036931866\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","current_full_url":"<pre class=sf-dump id=sf-dump-1083909279 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"28 characters\">http://127.0.0.1:8000/events</span>\"
</pre><script>Sfdump(\"sf-dump-1083909279\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","current_template":"<pre class=sf-dump id=sf-dump-572060489 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"12 characters\">events/index</span>\"
</pre><script>Sfdump(\"sf-dump-572060489\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","current_uri":"<pre class=sf-dump id=sf-dump-1115789260 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"7 characters\">/events</span>\"
</pre><script>Sfdump(\"sf-dump-1115789260\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","current_url":"<pre class=sf-dump id=sf-dump-1652507514 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"28 characters\">http://127.0.0.1:8000/events</span>\"
</pre><script>Sfdump(\"sf-dump-1652507514\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","current_user":"<pre class=sf-dump id=sf-dump-513345516 data-indent-pad=\"  \"><span class=sf-dump-const>null</span>
</pre><script>Sfdump(\"sf-dump-513345516\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","date":"<pre class=sf-dump id=sf-dump-77682241 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Carbon @1602194661</span> {<a class=sf-dump-ref>#5991</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d94140000000022be7eb6</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
  <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Thursday, October 8, 2020
- 1y 3m 3d 22:25:09.029124 from now
DST Off\">2020-10-08 22:04:21.0 UTC (+00:00)</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-77682241\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","edit_url":"<pre class=sf-dump id=sf-dump-52948277 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"87 characters\">http://127.0.0.1:8000/cp/collections/pages/entries/48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
</pre><script>Sfdump(\"sf-dump-52948277\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","entry_id":"<pre class=sf-dump id=sf-dump-1068513981 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"36 characters\">48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
</pre><script>Sfdump(\"sf-dump-1068513981\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","environment":"<pre class=sf-dump id=sf-dump-1788479376 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"10 characters\">production</span>\"
</pre><script>Sfdump(\"sf-dump-1788479376\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","errors":"<pre class=sf-dump id=sf-dump-324857662 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\ViewErrorBag</span> {<a class=sf-dump-ref>#2371</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">bags</span>: []
</samp>}
</pre><script>Sfdump(\"sf-dump-324857662\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","files":"<pre class=sf-dump id=sf-dump-271522659 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#3150</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#4189</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
  </samp>}
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"6 characters\">assets</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-271522659\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","fundraising":"<pre class=sf-dump id=sf-dump-1690961772 data-indent-pad=\"  \"><span class=sf-dump-note>array:4</span> [<samp data-depth=1 class=sf-dump-expanded>
  \"<span class=sf-dump-key>active</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4181</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>true</span>
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-const>true</span>
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"6 characters\">toggle</span>\"
  </samp>}
  \"<span class=sf-dump-key>content</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3887</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"\"\"
      <span class=sf-dump-str title=\"355 characters\">Deer seekers, this website and all other L/L Research services are made possible thanks to donations. If you appreciate our work and the material, please consider offering your support. You can read more about our endeavors in the [annual fundraiser letter](/news/2021/annual-fundraiser). Any contributions are deeply appreciated.<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>
      <span class=sf-dump-str title=\"355 characters\"><span class=\"sf-dump-default sf-dump-ns\">\
</span></span>
      <span class=sf-dump-str title=\"355 characters\">With love, L/L Research</span>
      \"\"\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"\"\"
      <span class=sf-dump-str title=\"380 characters\">&lt;p&gt;Deer seekers, this website and all other L/L Research services are made possible thanks to donations. If you appreciate our work and the material, please consider offering your support. You can read more about our endeavors in the &lt;a href=&quot;/news/2021/annual-fundraiser&quot;&gt;annual fundraiser letter&lt;/a&gt;. Any contributions are deeply appreciated.&lt;/p&gt;<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>
      <span class=sf-dump-str title=\"380 characters\">&lt;p&gt;With love, L/L Research&lt;/p&gt;<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>
      \"\"\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">markdown</span>\"
  </samp>}
  \"<span class=sf-dump-key>title</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3223</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"18 characters\">Annual fundraising</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"18 characters\">Annual fundraising</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>year</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#2778</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-num>2021</span>
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-num>2021</span>
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"7 characters\">integer</span>\"
  </samp>}
</samp>]
</pre><script>Sfdump(\"sf-dump-1690961772\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","get":"<pre class=sf-dump id=sf-dump-1480490234 data-indent-pad=\"  \">[]
</pre><script>Sfdump(\"sf-dump-1480490234\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","get_post":"<pre class=sf-dump id=sf-dump-552225141 data-indent-pad=\"  \">[]
</pre><script>Sfdump(\"sf-dump-552225141\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","global":"<pre class=sf-dump id=sf-dump-17634630 data-indent-pad=\"  \">[]
</pre><script>Sfdump(\"sf-dump-17634630\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","homepage":"<pre class=sf-dump id=sf-dump-564714110 data-indent-pad=\"  \">\"<span class=sf-dump-str>/</span>\"
</pre><script>Sfdump(\"sf-dump-564714110\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","id":"<pre class=sf-dump id=sf-dump-406645296 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"36 characters\">48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
</pre><script>Sfdump(\"sf-dump-406645296\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","is_entry":"<pre class=sf-dump id=sf-dump-2127319445 data-indent-pad=\"  \"><span class=sf-dump-const>true</span>
</pre><script>Sfdump(\"sf-dump-2127319445\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","is_homepage":"<pre class=sf-dump id=sf-dump-674191364 data-indent-pad=\"  \"><span class=sf-dump-const>false</span>
</pre><script>Sfdump(\"sf-dump-674191364\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","last_modified":"<pre class=sf-dump id=sf-dump-1560525032 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Carbon @1602194661</span> {<a class=sf-dump-ref>#2603</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d89580000000022be7eb6</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
  <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Thursday, October 8, 2020
- 1y 3m 3d 22:25:09.037461 from now
DST Off\">2020-10-08 22:04:21.0 UTC (+00:00)</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-1560525032\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","last_segment":"<pre class=sf-dump id=sf-dump-2074717635 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"6 characters\">events</span>\"
</pre><script>Sfdump(\"sf-dump-2074717635\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","locale":"<pre class=sf-dump id=sf-dump-609935978 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"2 characters\">en</span>\"
</pre><script>Sfdump(\"sf-dump-609935978\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","logged_in":"<pre class=sf-dump id=sf-dump-1199819691 data-indent-pad=\"  \"><span class=sf-dump-const>false</span>
</pre><script>Sfdump(\"sf-dump-1199819691\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","logged_out":"<pre class=sf-dump id=sf-dump-283486810 data-indent-pad=\"  \"><span class=sf-dump-const>true</span>
</pre><script>Sfdump(\"sf-dump-283486810\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","mount":"<pre class=sf-dump id=sf-dump-423954722 data-indent-pad=\"  \"><span class=sf-dump-const>null</span>
</pre><script>Sfdump(\"sf-dump-423954722\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","now":"<pre class=sf-dump id=sf-dump-87445141 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Carbon @1642019369</span> {<a class=sf-dump-ref>#5824</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d95b30000000022be7eb6</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
  <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Wednesday, January 12, 2022
- 00:00:00.648558 from now
DST Off\">2022-01-12 20:29:29.391637 UTC (+00:00)</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-87445141\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","old":"<pre class=sf-dump id=sf-dump-930446642 data-indent-pad=\"  \">[]
</pre><script>Sfdump(\"sf-dump-930446642\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","order":"<pre class=sf-dump id=sf-dump-671668981 data-indent-pad=\"  \"><span class=sf-dump-num>41</span>
</pre><script>Sfdump(\"sf-dump-671668981\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","page":"<pre class=sf-dump id=sf-dump-1044149834 data-indent-pad=\"  \"><span class=sf-dump-note>array:29</span> [<samp data-depth=1 class=sf-dump-expanded>
  \"<span class=sf-dump-key>amp_url</span>\" => <span class=sf-dump-const>null</span>
  \"<span class=sf-dump-key>api_url</span>\" => \"<span class=sf-dump-str title=\"88 characters\">http://127.0.0.1:8000/api/collections/pages/entries/48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
  \"<span class=sf-dump-key>books</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#2794</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-note title=\"Statamic\\Entries\\EntryCollection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Entries</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>EntryCollection</span> {<a class=sf-dump-ref>#4001</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"7 characters\">entries</span>\"
  </samp>}
  \"<span class=sf-dump-key>collection</span>\" => <span class=sf-dump-note title=\"Statamic\\Entries\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Entries</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#2383</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"5 characters\">pages</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">routes</span>: \"<span class=sf-dump-str title=\"19 characters\">{parent_uri}/{slug}</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">mount</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">title</span>: \"<span class=sf-dump-str title=\"5 characters\">Pages</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">template</span>: \"<span class=sf-dump-str title=\"7 characters\">default</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">layout</span>: \"<span class=sf-dump-str title=\"6 characters\">layout</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">sites</span>: <span class=sf-dump-note>array:21</span> [<samp data-depth=3 class=sf-dump-compact>
      <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"2 characters\">bg</span>\"
      <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"2 characters\">cs</span>\"
      <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"2 characters\">de</span>\"
      <span class=sf-dump-index>3</span> => \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
      <span class=sf-dump-index>4</span> => \"<span class=sf-dump-str title=\"2 characters\">es</span>\"
      <span class=sf-dump-index>5</span> => \"<span class=sf-dump-str title=\"2 characters\">fr</span>\"
      <span class=sf-dump-index>6</span> => \"<span class=sf-dump-str title=\"2 characters\">he</span>\"
      <span class=sf-dump-index>7</span> => \"<span class=sf-dump-str title=\"2 characters\">hu</span>\"
      <span class=sf-dump-index>8</span> => \"<span class=sf-dump-str title=\"2 characters\">id</span>\"
      <span class=sf-dump-index>9</span> => \"<span class=sf-dump-str title=\"2 characters\">it</span>\"
      <span class=sf-dump-index>10</span> => \"<span class=sf-dump-str title=\"2 characters\">nl</span>\"
      <span class=sf-dump-index>11</span> => \"<span class=sf-dump-str title=\"2 characters\">pl</span>\"
      <span class=sf-dump-index>12</span> => \"<span class=sf-dump-str title=\"2 characters\">pt</span>\"
      <span class=sf-dump-index>13</span> => \"<span class=sf-dump-str title=\"2 characters\">ro</span>\"
      <span class=sf-dump-index>14</span> => \"<span class=sf-dump-str title=\"2 characters\">ru</span>\"
      <span class=sf-dump-index>15</span> => \"<span class=sf-dump-str title=\"2 characters\">sr</span>\"
      <span class=sf-dump-index>16</span> => \"<span class=sf-dump-str title=\"2 characters\">sv</span>\"
      <span class=sf-dump-index>17</span> => \"<span class=sf-dump-str title=\"2 characters\">tr</span>\"
      <span class=sf-dump-index>18</span> => \"<span class=sf-dump-str title=\"2 characters\">uk</span>\"
      <span class=sf-dump-index>19</span> => \"<span class=sf-dump-str title=\"5 characters\">zh_cn</span>\"
      <span class=sf-dump-index>20</span> => \"<span class=sf-dump-str title=\"5 characters\">zh_tw</span>\"
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">propagate</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">blueprints</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">searchIndex</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dated</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">sortField</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">sortDirection</span>: \"<span class=sf-dump-str title=\"3 characters\">asc</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">ampable</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">revisions</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">positions</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">defaultPublishState</span>: <span class=sf-dump-const>true</span>
    #<span class=sf-dump-protected title=\"Protected property\">futureDateBehavior</span>: \"<span class=sf-dump-str title=\"6 characters\">public</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">pastDateBehavior</span>: \"<span class=sf-dump-str title=\"6 characters\">public</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">structure</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">structureContents</span>: <span class=sf-dump-note>array:1</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>root</span>\" => <span class=sf-dump-const>true</span>
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">taxonomies</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">requiresSlugs</span>: <span class=sf-dump-const>true</span>
    #<span class=sf-dump-protected title=\"Protected property\">titleFormats</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">initialPath</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">cascade</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#4550</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
  </samp>}
  \"<span class=sf-dump-key>content</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4167</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"36 characters\">L/L Research events and gatherings.<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"43 characters\">&lt;p&gt;L/L Research events and gatherings.&lt;/p&gt;<span class=\"sf-dump-default sf-dump-ns\">\
</span></span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">markdown</span>\"
  </samp>}
  \"<span class=sf-dump-key>date</span>\" => <span class=sf-dump-note title=\"Illuminate\\Support\\Carbon @1602194661
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Carbon @1602194661</span> {<a class=sf-dump-ref>#5991</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d94140000000022be7eb6</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=3 class=sf-dump-compact>
      <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
      <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
      <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
    <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Thursday, October 8, 2020
- 1y 3m 3d 22:25:09.040979 from now
DST Off\">2020-10-08 22:04:21.0 UTC (+00:00)</span>
  </samp>}
  \"<span class=sf-dump-key>edit_url</span>\" => \"<span class=sf-dump-str title=\"87 characters\">http://127.0.0.1:8000/cp/collections/pages/entries/48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
  \"<span class=sf-dump-key>entry_id</span>\" => \"<span class=sf-dump-str title=\"36 characters\">48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
  \"<span class=sf-dump-key>files</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3181</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#3700</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"6 characters\">assets</span>\"
  </samp>}
  \"<span class=sf-dump-key>id</span>\" => \"<span class=sf-dump-str title=\"36 characters\">48e89a38-69db-44a0-ad0f-e27ce9af861d</span>\"
  \"<span class=sf-dump-key>is_entry</span>\" => <span class=sf-dump-const>true</span>
  \"<span class=sf-dump-key>last_modified</span>\" => <span class=sf-dump-note title=\"Illuminate\\Support\\Carbon @1602194661
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Carbon @1602194661</span> {<a class=sf-dump-ref>#2603</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d89580000000022be7eb6</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=3 class=sf-dump-compact>
      <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
      <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
      <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
    <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Thursday, October 8, 2020
- 1y 3m 3d 22:25:09.041068 from now
DST Off\">2020-10-08 22:04:21.0 UTC (+00:00)</span>
  </samp>}
  \"<span class=sf-dump-key>locale</span>\" => \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
  \"<span class=sf-dump-key>mount</span>\" => <span class=sf-dump-const>null</span>
  \"<span class=sf-dump-key>order</span>\" => <span class=sf-dump-num>41</span>
  \"<span class=sf-dump-key>parent</span>\" => <span class=sf-dump-note title=\"Statamic\\Structures\\Page
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Structures</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Page</span> {<a class=sf-dump-ref href=#sf-dump-1044149834-ref25775 title=\"32 occurrences\">#5775</a><samp data-depth=2 id=sf-dump-1044149834-ref25775 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">tree</span>: <span class=sf-dump-note title=\"Statamic\\Structures\\CollectionTree
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Structures</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>CollectionTree</span> {<a class=sf-dump-ref href=#sf-dump-1044149834-ref26596 title=\"58 occurrences\">#6596</a><samp data-depth=3 id=sf-dump-1044149834-ref26596 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"5 characters\">pages</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">locale</span>: \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">tree</span>: <span class=sf-dump-note>array:32</span> [ &hellip;32]
      #<span class=sf-dump-protected title=\"Protected property\">cachedFlattenedPages</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#2730</a> &hellip;2}
      #<span class=sf-dump-protected title=\"Protected property\">withEntries</span>: <span class=sf-dump-const>false</span>
      #<span class=sf-dump-protected title=\"Protected property\">uriCacheEnabled</span>: <span class=sf-dump-const>true</span>
      #<span class=sf-dump-protected title=\"Protected property\">syncOriginalProperties</span>: <span class=sf-dump-note>array:1</span> [ &hellip;1]
      #<span class=sf-dump-protected title=\"Protected property\">initialPath</span>: \"<span class=sf-dump-str title=\"62 characters\">/Users/daniel/Code/cms/content/trees/collections/en/pages.yaml</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">original</span>: <span class=sf-dump-note>array:1</span> [ &hellip;1]
    </samp>}
    #<span class=sf-dump-protected title=\"Protected property\">reference</span>: \"<span class=sf-dump-str title=\"4 characters\">home</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">route</span>: \"<span class=sf-dump-str title=\"19 characters\">{parent_uri}/{slug}</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">parent</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">children</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">isRoot</span>: <span class=sf-dump-const>true</span>
    #<span class=sf-dump-protected title=\"Protected property\">id</span>: \"<span class=sf-dump-str title=\"4 characters\">home</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">url</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">title</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">depth</span>: <span class=sf-dump-num>1</span>
    #<span class=sf-dump-protected title=\"Protected property\">data</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">selectedQueryColumns</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">supplements</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#2572</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
  </samp>}
  \"<span class=sf-dump-key>permalink</span>\" => \"<span class=sf-dump-str title=\"28 characters\">http://127.0.0.1:8000/events</span>\"
  \"<span class=sf-dump-key>private</span>\" => <span class=sf-dump-const>false</span>
  \"<span class=sf-dump-key>published</span>\" => <span class=sf-dump-const>true</span>
  \"<span class=sf-dump-key>slug</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#2991</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"6 characters\">events</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"6 characters\">events</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">slug</span>\"
  </samp>}
  \"<span class=sf-dump-key>status</span>\" => \"<span class=sf-dump-str title=\"9 characters\">published</span>\"
  \"<span class=sf-dump-key>subtitle</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4390</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>synopsis</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#5829</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">textarea</span>\"
  </samp>}
  \"<span class=sf-dump-key>template</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#5786</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"12 characters\">events/index</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"12 characters\">events/index</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">template</span>\"
  </samp>}
  \"<span class=sf-dump-key>title</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#5891</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"6 characters\">Events</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"6 characters\">Events</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>updated_at</span>\" => <span class=sf-dump-note title=\"Illuminate\\Support\\Carbon @1602194661
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Carbon @1602194661</span> {<a class=sf-dump-ref>#4239</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d93fc0000000022be7eb6</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=3 class=sf-dump-compact>
      <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
      <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
      <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
    <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Thursday, October 8, 2020
- 1y 3m 3d 22:25:09.041178 from now
DST Off\">2020-10-08 22:04:21.0 UTC (+00:00)</span>
  </samp>}
  \"<span class=sf-dump-key>updated_by</span>\" => <span class=sf-dump-note title=\"Statamic\\Auth\\File\\User
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Auth\\File</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>User</span> {<a class=sf-dump-ref>#3368</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">id</span>: \"<span class=sf-dump-str title=\"36 characters\">689ae2aa-7236-4264-8ebd-7209424a4863</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">email</span>: \"<span class=sf-dump-str title=\"19 characters\">daniel@karuna.co.za</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">password</span>: \"<span class=sf-dump-str title=\"60 characters\">$2y$10$/QQzBw4DEgbcejwILy188u/pgHNvU3EiZuAgPNnIIIdZLVdqXvjF.</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">permissions</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">selectedQueryColumns</span>: <span class=sf-dump-const>null</span>
    #<span class=sf-dump-protected title=\"Protected property\">initialPath</span>: \"<span class=sf-dump-str title=\"53 characters\">/Users/daniel/Code/cms/users/daniel@karuna.co.za.yaml</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">preferences</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>collections</span>\" => <span class=sf-dump-note>array:19</span> [ &hellip;19]
      \"<span class=sf-dump-key>assets</span>\" => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      \"<span class=sf-dump-key>taxonomies</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">data</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#3217</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: <span class=sf-dump-note>array:2</span> [ &hellip;2]
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
    #<span class=sf-dump-protected title=\"Protected property\">supplements</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#4005</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
  </samp>}
  \"<span class=sf-dump-key>uri</span>\" => \"<span class=sf-dump-str title=\"7 characters\">/events</span>\"
  \"<span class=sf-dump-key>url</span>\" => \"<span class=sf-dump-str title=\"7 characters\">/events</span>\"
</samp>]
</pre><script>Sfdump(\"sf-dump-1044149834\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","parent":"<pre class=sf-dump id=sf-dump-781839741 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Structures\\Page</span> {<a class=sf-dump-ref href=#sf-dump-781839741-ref25775 title=\"32 occurrences\">#5775</a><samp data-depth=1 id=sf-dump-781839741-ref25775 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">tree</span>: <span class=sf-dump-note title=\"Statamic\\Structures\\CollectionTree
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Structures</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>CollectionTree</span> {<a class=sf-dump-ref href=#sf-dump-781839741-ref26596 title=\"58 occurrences\">#6596</a><samp data-depth=2 id=sf-dump-781839741-ref26596 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"5 characters\">pages</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">locale</span>: \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">tree</span>: <span class=sf-dump-note>array:32</span> [<samp data-depth=3 class=sf-dump-compact>
      <span class=sf-dump-index>0</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>1</span> => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      <span class=sf-dump-index>2</span> => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      <span class=sf-dump-index>3</span> => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      <span class=sf-dump-index>4</span> => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      <span class=sf-dump-index>5</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>6</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>7</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>8</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>9</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>10</span> => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      <span class=sf-dump-index>11</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>12</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>13</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>14</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>15</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>16</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>17</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>18</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>19</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>20</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>21</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>22</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>23</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>24</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>25</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>26</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>27</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>28</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>29</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>30</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      <span class=sf-dump-index>31</span> => <span class=sf-dump-note>array:1</span> [ &hellip;1]
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">cachedFlattenedPages</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#2730</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">items</span>: <span class=sf-dump-note>array:58</span> [ &hellip;58]
      #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
    </samp>}
    #<span class=sf-dump-protected title=\"Protected property\">withEntries</span>: <span class=sf-dump-const>false</span>
    #<span class=sf-dump-protected title=\"Protected property\">uriCacheEnabled</span>: <span class=sf-dump-const>true</span>
    #<span class=sf-dump-protected title=\"Protected property\">syncOriginalProperties</span>: <span class=sf-dump-note>array:1</span> [<samp data-depth=3 class=sf-dump-compact>
      <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">tree</span>\"
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">initialPath</span>: \"<span class=sf-dump-str title=\"62 characters\">/Users/daniel/Code/cms/content/trees/collections/en/pages.yaml</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">original</span>: <span class=sf-dump-note>array:1</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>tree</span>\" => <span class=sf-dump-note>array:32</span> [ &hellip;32]
    </samp>]
  </samp>}
  #<span class=sf-dump-protected title=\"Protected property\">reference</span>: \"<span class=sf-dump-str title=\"4 characters\">home</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">route</span>: \"<span class=sf-dump-str title=\"19 characters\">{parent_uri}/{slug}</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">parent</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">children</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">isRoot</span>: <span class=sf-dump-const>true</span>
  #<span class=sf-dump-protected title=\"Protected property\">id</span>: \"<span class=sf-dump-str title=\"4 characters\">home</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">url</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">title</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">depth</span>: <span class=sf-dump-num>1</span>
  #<span class=sf-dump-protected title=\"Protected property\">data</span>: []
  #<span class=sf-dump-protected title=\"Protected property\">selectedQueryColumns</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">supplements</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#2572</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
  </samp>}
</samp>}
</pre><script>Sfdump(\"sf-dump-781839741\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","permalink":"<pre class=sf-dump id=sf-dump-1177327529 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"28 characters\">http://127.0.0.1:8000/events</span>\"
</pre><script>Sfdump(\"sf-dump-1177327529\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","podcast":"<pre class=sf-dump id=sf-dump-1696286350 data-indent-pad=\"  \"><span class=sf-dump-note>array:3</span> [<samp data-depth=1 class=sf-dump-expanded>
  \"<span class=sf-dump-key>apple_music</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4721</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"82 characters\">https://podcasts.apple.com/gb/podcast/l-l-researchs-law-of-one-podcast/id100023084</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"82 characters\">https://podcasts.apple.com/gb/podcast/l-l-researchs-law-of-one-podcast/id100023084</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>google_play</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4566</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"89 characters\">https://podcasts.google.com/feed/aHR0cHM6Ly93d3cubGxyZXNlYXJjaC5vcmcvcG9kY2FzdC9yc3MueG1s</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"89 characters\">https://podcasts.google.com/feed/aHR0cHM6Ly93d3cubGxyZXNlYXJjaC5vcmcvcG9kY2FzdC9yc3MueG1s</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>rss</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4737</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"42 characters\">https://www.llresearch.org/podcast/rss.xml</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"42 characters\">https://www.llresearch.org/podcast/rss.xml</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
</samp>]
</pre><script>Sfdump(\"sf-dump-1696286350\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","post":"<pre class=sf-dump id=sf-dump-165513695 data-indent-pad=\"  \">[]
</pre><script>Sfdump(\"sf-dump-165513695\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","private":"<pre class=sf-dump id=sf-dump-1398224782 data-indent-pad=\"  \"><span class=sf-dump-const>false</span>
</pre><script>Sfdump(\"sf-dump-1398224782\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","published":"<pre class=sf-dump id=sf-dump-165387294 data-indent-pad=\"  \"><span class=sf-dump-const>true</span>
</pre><script>Sfdump(\"sf-dump-165387294\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","response_code":"<pre class=sf-dump id=sf-dump-1945709571 data-indent-pad=\"  \"><span class=sf-dump-num>200</span>
</pre><script>Sfdump(\"sf-dump-1945709571\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","segment_0":"<pre class=sf-dump id=sf-dump-1292557387 data-indent-pad=\"  \">\"\"
</pre><script>Sfdump(\"sf-dump-1292557387\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","segment_1":"<pre class=sf-dump id=sf-dump-1974774746 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"6 characters\">events</span>\"
</pre><script>Sfdump(\"sf-dump-1974774746\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","site":"<pre class=sf-dump id=sf-dump-512934656 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Sites\\Site</span> {<a class=sf-dump-ref>#459</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    \"<span class=sf-dump-key>name</span>\" => \"<span class=sf-dump-str title=\"7 characters\">English</span>\"
    \"<span class=sf-dump-key>locale</span>\" => \"<span class=sf-dump-str title=\"10 characters\">en_US.utf8</span>\"
    \"<span class=sf-dump-key>url</span>\" => \"<span class=sf-dump-str>/</span>\"
  </samp>]
</samp>}
</pre><script>Sfdump(\"sf-dump-512934656\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","sites":"<pre class=sf-dump id=sf-dump-1094473750 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Collection</span> {<a class=sf-dump-ref>#2508</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">items</span>: <span class=sf-dump-note>array:21</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#459</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">en</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>1</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#460</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">bg</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>2</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#461</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">cs</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>3</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#462</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">de</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>4</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#463</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">es</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>5</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#464</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">fr</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>6</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#465</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">he</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:4</span> [ &hellip;4]
    </samp>}
    <span class=sf-dump-index>7</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#466</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">hu</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>8</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#467</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">id</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>9</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#468</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">it</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>10</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#469</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">nl</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>11</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#470</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">pl</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>12</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#471</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">pt</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>13</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#472</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">ro</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>14</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#473</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">ru</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>15</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#474</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">sr</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>16</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#475</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">sv</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>17</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#476</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">tr</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>18</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#477</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"2 characters\">uk</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>19</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#478</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"5 characters\">zh_cn</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
    <span class=sf-dump-index>20</span> => <span class=sf-dump-note title=\"Statamic\\Sites\\Site
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Sites</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Site</span> {<a class=sf-dump-ref>#479</a><samp data-depth=3 class=sf-dump-compact>
      #<span class=sf-dump-protected title=\"Protected property\">handle</span>: \"<span class=sf-dump-str title=\"5 characters\">zh_tw</span>\"
      #<span class=sf-dump-protected title=\"Protected property\">config</span>: <span class=sf-dump-note>array:3</span> [ &hellip;3]
    </samp>}
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-1094473750\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","slug":"<pre class=sf-dump id=sf-dump-725083220 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#4792</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"6 characters\">events</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"6 characters\">events</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">slug</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-725083220\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","social_media":"<pre class=sf-dump id=sf-dump-1154147722 data-indent-pad=\"  \"><span class=sf-dump-note>array:8</span> [<samp data-depth=1 class=sf-dump-expanded>
  \"<span class=sf-dump-key>amazon_smile</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4639</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"38 characters\">https://smile.amazon.com/ch/31-0904716</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"38 characters\">https://smile.amazon.com/ch/31-0904716</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>facebook</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3371</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"35 characters\">https://www.facebook.com/llresearch</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"35 characters\">https://www.facebook.com/llresearch</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>instagram</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#4094</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"37 characters\">https://www.instagram.com/ll_research</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"37 characters\">https://www.instagram.com/ll_research</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>patreon</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#2777</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"34 characters\">https://www.patreon.com/llresearch</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"34 characters\">https://www.patreon.com/llresearch</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>paypal</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3286</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"82 characters\">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=H8QKRF649Q9HG</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"82 characters\">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=H8QKRF649Q9HG</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>twitter</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3829</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"31 characters\">https://twitter.com/ll_research</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"31 characters\">https://twitter.com/ll_research</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>twitter_user</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3358</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"12 characters\">@ll_research</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"12 characters\">@ll_research</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
  \"<span class=sf-dump-key>youtube</span>\" => <span class=sf-dump-note title=\"Statamic\\Ignition\\Value
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Statamic\\Ignition</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Value</span> {<a class=sf-dump-ref>#3211</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"36 characters\">https://www.youtube.com/c/LLResearch</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"36 characters\">https://www.youtube.com/c/LLResearch</span>\"
    #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
  </samp>}
</samp>]
</pre><script>Sfdump(\"sf-dump-1154147722\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","status":"<pre class=sf-dump id=sf-dump-1591820612 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"9 characters\">published</span>\"
</pre><script>Sfdump(\"sf-dump-1591820612\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","subtitle":"<pre class=sf-dump id=sf-dump-2024728658 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#2798</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-2024728658\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","synopsis":"<pre class=sf-dump id=sf-dump-201501838 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#4283</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">textarea</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-201501838\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","template":"<pre class=sf-dump id=sf-dump-338860224 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#4498</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"12 characters\">events/index</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"12 characters\">events/index</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"8 characters\">template</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-338860224\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","title":"<pre class=sf-dump id=sf-dump-1625232282 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Ignition\\Value</span> {<a class=sf-dump-ref>#4461</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">raw</span>: \"<span class=sf-dump-str title=\"6 characters\">Events</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">augmented</span>: \"<span class=sf-dump-str title=\"6 characters\">Events</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">fieldtype</span>: \"<span class=sf-dump-str title=\"4 characters\">text</span>\"
</samp>}
</pre><script>Sfdump(\"sf-dump-1625232282\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","today":"<pre class=sf-dump id=sf-dump-2077330132 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Carbon @1642019369</span> {<a class=sf-dump-ref>#5824</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d95b30000000022be7eb6</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
  <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Wednesday, January 12, 2022
- 00:00:00.672522 from now
DST Off\">2022-01-12 20:29:29.391637 UTC (+00:00)</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-2077330132\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","updated_at":"<pre class=sf-dump id=sf-dump-93234304 data-indent-pad=\"  \"><span class=sf-dump-note>Illuminate\\Support\\Carbon @1602194661</span> {<a class=sf-dump-ref>#4239</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">endOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">startOfTime</span>: <span class=sf-dump-const>false</span>
  #<span class=sf-dump-protected title=\"Protected property\">constructedObjectId</span>: \"<span class=sf-dump-str title=\"32 characters\">000000000d0d93fc0000000022be7eb6</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">localMonthsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localYearsOverflow</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localStrictModeEnabled</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localHumanDiffOptions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localToStringFormat</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localSerializer</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localGenericMacros</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localFormatFunction</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">localTranslator</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpProperties</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    <span class=sf-dump-index>0</span> => \"<span class=sf-dump-str title=\"4 characters\">date</span>\"
    <span class=sf-dump-index>1</span> => \"<span class=sf-dump-str title=\"13 characters\">timezone_type</span>\"
    <span class=sf-dump-index>2</span> => \"<span class=sf-dump-str title=\"8 characters\">timezone</span>\"
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">dumpLocale</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">dumpDateProperties</span>: <span class=sf-dump-const>null</span>
  <span class=sf-dump-meta>date</span>: <span class=sf-dump-const title=\"Thursday, October 8, 2020
- 1y 3m 3d 22:25:09.064759 from now
DST Off\">2020-10-08 22:04:21.0 UTC (+00:00)</span>
</samp>}
</pre><script>Sfdump(\"sf-dump-93234304\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","updated_by":"<pre class=sf-dump id=sf-dump-398623034 data-indent-pad=\"  \"><span class=sf-dump-note>Statamic\\Auth\\File\\User</span> {<a class=sf-dump-ref>#3368</a><samp data-depth=1 class=sf-dump-expanded>
  #<span class=sf-dump-protected title=\"Protected property\">id</span>: \"<span class=sf-dump-str title=\"36 characters\">689ae2aa-7236-4264-8ebd-7209424a4863</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">email</span>: \"<span class=sf-dump-str title=\"19 characters\">daniel@karuna.co.za</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">password</span>: \"<span class=sf-dump-str title=\"60 characters\">$2y$10$/QQzBw4DEgbcejwILy188u/pgHNvU3EiZuAgPNnIIIdZLVdqXvjF.</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">permissions</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">selectedQueryColumns</span>: <span class=sf-dump-const>null</span>
  #<span class=sf-dump-protected title=\"Protected property\">initialPath</span>: \"<span class=sf-dump-str title=\"53 characters\">/Users/daniel/Code/cms/users/daniel@karuna.co.za.yaml</span>\"
  #<span class=sf-dump-protected title=\"Protected property\">preferences</span>: <span class=sf-dump-note>array:3</span> [<samp data-depth=2 class=sf-dump-compact>
    \"<span class=sf-dump-key>collections</span>\" => <span class=sf-dump-note>array:19</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>news</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>events</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>newsletters</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>transcripts</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>articles</span>\" => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      \"<span class=sf-dump-key>workshops</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>books</span>\" => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      \"<span class=sf-dump-key>podcasts</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>discourse</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>pages</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>study_groups</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>catalog</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>interviews</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>speeches</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>meditations</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>wiki</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>history</span>\" => <span class=sf-dump-note>array:2</span> [ &hellip;2]
      \"<span class=sf-dump-key>faq</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>fragments</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
    </samp>]
    \"<span class=sf-dump-key>assets</span>\" => <span class=sf-dump-note>array:2</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>assets</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
      \"<span class=sf-dump-key>private</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
    </samp>]
    \"<span class=sf-dump-key>taxonomies</span>\" => <span class=sf-dump-note>array:1</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>channeling</span>\" => <span class=sf-dump-note>array:1</span> [ &hellip;1]
    </samp>]
  </samp>]
  #<span class=sf-dump-protected title=\"Protected property\">data</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#3217</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">items</span>: <span class=sf-dump-note>array:2</span> [<samp data-depth=3 class=sf-dump-compact>
      \"<span class=sf-dump-key>name</span>\" => \"<span class=sf-dump-str title=\"14 characters\">Daniel Shields</span>\"
      \"<span class=sf-dump-key>super</span>\" => <span class=sf-dump-const>true</span>
    </samp>]
    #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
  </samp>}
  #<span class=sf-dump-protected title=\"Protected property\">supplements</span>: <span class=sf-dump-note title=\"Illuminate\\Support\\Collection
\"><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">Illuminate\\Support</span><span class=\"sf-dump-ellipsis sf-dump-ellipsis-note\">\\</span>Collection</span> {<a class=sf-dump-ref>#4005</a><samp data-depth=2 class=sf-dump-compact>
    #<span class=sf-dump-protected title=\"Protected property\">items</span>: []
    #<span class=sf-dump-protected title=\"Protected property\">escapeWhenCastingToString</span>: <span class=sf-dump-const>false</span>
  </samp>}
</samp>}
</pre><script>Sfdump(\"sf-dump-398623034\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","uri":"<pre class=sf-dump id=sf-dump-393928242 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"7 characters\">/events</span>\"
</pre><script>Sfdump(\"sf-dump-393928242\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","url":"<pre class=sf-dump id=sf-dump-321817259 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"7 characters\">/events</span>\"
</pre><script>Sfdump(\"sf-dump-321817259\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","view":"<pre class=sf-dump id=sf-dump-896701721 data-indent-pad=\"  \">[]
</pre><script>Sfdump(\"sf-dump-896701721\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
","xml_header":"<pre class=sf-dump id=sf-dump-1956025752 data-indent-pad=\"  \">\"<span class=sf-dump-str title=\"39 characters\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;</span>\"
</pre><script>Sfdump(\"sf-dump-1956025752\", {\"maxDepth\":3,\"maxStringLength\":160})</script>
"}},"exception":"[object] (Facade\\Ignition\\Exceptions\\ViewException(code: 0): file_put_contents(/Users/daniel/Code/cms/storage/framework/cache/data/stache/indexes/terms/events/): Failed to open stream: Is a directory at /Users/daniel/Code/cms/resources/views/events/index.antlers.html:0)
[stacktrace]
#0 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(187): ()
#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/Users/daniel/C...', 187)
#2 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(187): file_put_contents('/Users/daniel/C...', '9999999999a:4:{...', 2)
#3 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(77): Illuminate\\Filesystem\\Filesystem->put('/Users/daniel/C...', '9999999999a:4:{...', true)
#4 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(200): Illuminate\\Cache\\FileStore->put('stache::indexes...', Array, 0)
#5 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(363): Illuminate\\Cache\\FileStore->forever('stache::indexes...', Array)
#6 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php(418): Illuminate\\Cache\\Repository->forever('stache::indexes...', Array)
#7 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Illuminate\\Cache\\CacheManager->__call('forever', Array)
#8 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Indexes/Index.php(104): Illuminate\\Support\\Facades\\Facade::__callStatic('forever', Array)
#9 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Indexes/Index.php(92): Statamic\\Stache\\Indexes\\Index->cache()
#10 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Indexes/Index.php(74): Statamic\\Stache\\Indexes\\Index->update()
#11 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Stores/Store.php(45): Statamic\\Stache\\Indexes\\Index->load()
#12 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(126): Statamic\\Stache\\Stores\\Store->index('')
#13 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(724): Statamic\\Stache\\Query\\TermQueryBuilder->Statamic\\Stache\\Query\\{closure}(Object(Statamic\\Query\\OrderBy), 1)
#14 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(133): Illuminate\\Support\\Collection->mapWithKeys(Object(Closure))
#15 [internal function]: Statamic\\Stache\\Query\\TermQueryBuilder->Statamic\\Stache\\Query\\{closure}('events', 0)
#16 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(677): array_map(Object(Closure), Array, Array)
#17 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(134): Illuminate\\Support\\Collection->map(Object(Closure))
#18 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/Builder.php(73): Statamic\\Stache\\Query\\TermQueryBuilder->getOrderKeyValuesByIndex()
#19 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/Builder.php(28): Statamic\\Stache\\Query\\Builder->orderKeys(Object(Illuminate\\Support\\Collection))
#20 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(148): Statamic\\Stache\\Query\\Builder->get(Array)
#21 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Concerns/GetsQueryResults.php(25): Statamic\\Stache\\Query\\TermQueryBuilder->get()
#22 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Taxonomy/Terms.php(39): Statamic\\Tags\\Taxonomy\\Terms->results(Object(Statamic\\Stache\\Query\\TermQueryBuilder))
#23 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Taxonomy/Taxonomy.php(31): Statamic\\Tags\\Taxonomy\\Terms->get()
#24 [internal function]: Statamic\\Tags\\Taxonomy\\Taxonomy->index()
#25 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Engine.php(159): call_user_func(Array)
#26 [internal function]: Statamic\\View\\Antlers\\Engine::renderTag(Object(Statamic\\View\\Antlers\\Parser), 'taxonomy', Array, '\
    <section i...', Array)
#27 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(578): call_user_func_array(Array, Array)
#28 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(177): Statamic\\View\\Antlers\\Parser->parseCallbackTags('  {{ taxonomy f...', Array)
#29 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Antlers.php(29): Statamic\\View\\Antlers\\Parser->parse('  {{ taxonomy f...', Array)
#30 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Tags.php(155): Statamic\\View\\Antlers\\Antlers->parse('\
  {{ taxonomy ...', Array)
#31 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Antlers.php(20): Statamic\\Tags\\Tags->Statamic\\Tags\\{closure}(Object(Statamic\\View\\Antlers\\Antlers))
#32 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Statamic\\View\\Antlers\\Antlers->usingParser(Object(Statamic\\View\\Antlers\\Parser), Object(Closure))
#33 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Tags.php(157): Illuminate\\Support\\Facades\\Facade::__callStatic('usingParser', Array)
#34 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Section.php(13): Statamic\\Tags\\Tags->parse()
#35 [internal function]: Statamic\\Tags\\Section->__call('main', Array)
#36 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Engine.php(159): call_user_func(Array)
#37 [internal function]: Statamic\\View\\Antlers\\Engine::renderTag(Object(Statamic\\View\\Antlers\\Parser), 'section', Array, '\
  {{ taxonomy ...', Array)
#38 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(578): call_user_func_array(Array, Array)
#39 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(177): Statamic\\View\\Antlers\\Parser->parseCallbackTags('\
\
\
\
\
\
{{ sectio...', Array)
#40 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(132): Statamic\\View\\Antlers\\Parser->parse('{{ section:titl...', Array)
#41 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Engine.php(95): Statamic\\View\\Antlers\\Parser->parseView('/Users/daniel/C...', '{{ section:titl...', Array)
#42 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/View.php(139): Statamic\\View\\Antlers\\Engine->get('/Users/daniel/C...', Array)
#43 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\\View\\View->getContents()
#44 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\\View\\View->renderContents()
#45 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/View.php(94): Illuminate\\View\\View->render()
#46 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Responses/DataResponse.php(154): Statamic\\View\\View->render()
#47 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Responses/DataResponse.php(45): Statamic\\Http\\Responses\\DataResponse->contents()
#48 /Users/daniel/Code/cms/vendor/statamic/cms/src/Structures/Page.php(377): Statamic\\Http\\Responses\\DataResponse->toResponse(Object(Illuminate\\Http\\Request))
#49 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(776): Statamic\\Structures\\Page->toResponse(Object(Illuminate\\Http\\Request))
#50 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(763): Illuminate\\Routing\\Router::toResponse(Object(Illuminate\\Http\\Request), Object(Statamic\\Structures\\Page))
#51 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\\Routing\\Router->prepareResponse(Object(Illuminate\\Http\\Request), Object(Statamic\\Structures\\Page))
#52 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#53 /Users/daniel/Code/cms/vendor/statamic/cms/src/StaticCaching/Middleware/Cache.php(34): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#54 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\StaticCaching\\Middleware\\Cache->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/AuthGuard.php(14): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#56 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\AuthGuard->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#57 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/Localize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#58 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\Localize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#59 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/StacheLock.php(29): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#60 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\StacheLock->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#61 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#62 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#63 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#64 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#65 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#66 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#67 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#68 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#69 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#70 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#71 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#72 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#73 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#74 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#75 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#76 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#77 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#78 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#79 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#80 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#81 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/DisableFloc.php(18): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#82 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\DisableFloc->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#83 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/CheckMultisite.php(14): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#84 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\CheckMultisite->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#85 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/CheckComposerJsonScripts.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#86 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\CheckComposerJsonScripts->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#87 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/PoweredByHeader.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#88 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\PoweredByHeader->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#89 /Users/daniel/Code/cms/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#90 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Barryvdh\\Debugbar\\Middleware\\InjectDebugbar->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#91 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#92 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#93 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#94 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#95 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#96 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#97 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#98 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#99 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#100 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#101 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#102 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#103 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#104 /Users/daniel/Code/cms/public/index.php(59): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#105 /Users/daniel/Code/cms/server.php(21): require_once('/Users/daniel/C...')
#106 {main}

[previous exception] [object] (ErrorException(code: 0): file_put_contents(/Users/daniel/Code/cms/storage/framework/cache/data/stache/indexes/terms/events/): Failed to open stream: Is a directory at /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:187)
[stacktrace]
#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/Users/daniel/C...', 187)
#1 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(187): file_put_contents('/Users/daniel/C...', '9999999999a:4:{...', 2)
#2 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(77): Illuminate\\Filesystem\\Filesystem->put('/Users/daniel/C...', '9999999999a:4:{...', true)
#3 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php(200): Illuminate\\Cache\\FileStore->put('stache::indexes...', Array, 0)
#4 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(363): Illuminate\\Cache\\FileStore->forever('stache::indexes...', Array)
#5 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php(418): Illuminate\\Cache\\Repository->forever('stache::indexes...', Array)
#6 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Illuminate\\Cache\\CacheManager->__call('forever', Array)
#7 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Indexes/Index.php(104): Illuminate\\Support\\Facades\\Facade::__callStatic('forever', Array)
#8 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Indexes/Index.php(92): Statamic\\Stache\\Indexes\\Index->cache()
#9 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Indexes/Index.php(74): Statamic\\Stache\\Indexes\\Index->update()
#10 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Stores/Store.php(45): Statamic\\Stache\\Indexes\\Index->load()
#11 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(126): Statamic\\Stache\\Stores\\Store->index('')
#12 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(724): Statamic\\Stache\\Query\\TermQueryBuilder->Statamic\\Stache\\Query\\{closure}(Object(Statamic\\Query\\OrderBy), 1)
#13 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(133): Illuminate\\Support\\Collection->mapWithKeys(Object(Closure))
#14 [internal function]: Statamic\\Stache\\Query\\TermQueryBuilder->Statamic\\Stache\\Query\\{closure}('events', 0)
#15 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(677): array_map(Object(Closure), Array, Array)
#16 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(134): Illuminate\\Support\\Collection->map(Object(Closure))
#17 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/Builder.php(73): Statamic\\Stache\\Query\\TermQueryBuilder->getOrderKeyValuesByIndex()
#18 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/Builder.php(28): Statamic\\Stache\\Query\\Builder->orderKeys(Object(Illuminate\\Support\\Collection))
#19 /Users/daniel/Code/cms/vendor/statamic/cms/src/Stache/Query/TermQueryBuilder.php(148): Statamic\\Stache\\Query\\Builder->get(Array)
#20 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Concerns/GetsQueryResults.php(25): Statamic\\Stache\\Query\\TermQueryBuilder->get()
#21 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Taxonomy/Terms.php(39): Statamic\\Tags\\Taxonomy\\Terms->results(Object(Statamic\\Stache\\Query\\TermQueryBuilder))
#22 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Taxonomy/Taxonomy.php(31): Statamic\\Tags\\Taxonomy\\Terms->get()
#23 [internal function]: Statamic\\Tags\\Taxonomy\\Taxonomy->index()
#24 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Engine.php(159): call_user_func(Array)
#25 [internal function]: Statamic\\View\\Antlers\\Engine::renderTag(Object(Statamic\\View\\Antlers\\Parser), 'taxonomy', Array, '\
    <section i...', Array)
#26 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(578): call_user_func_array(Array, Array)
#27 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(177): Statamic\\View\\Antlers\\Parser->parseCallbackTags('  {{ taxonomy f...', Array)
#28 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Antlers.php(29): Statamic\\View\\Antlers\\Parser->parse('  {{ taxonomy f...', Array)
#29 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Tags.php(155): Statamic\\View\\Antlers\\Antlers->parse('\
  {{ taxonomy ...', Array)
#30 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Antlers.php(20): Statamic\\Tags\\Tags->Statamic\\Tags\\{closure}(Object(Statamic\\View\\Antlers\\Antlers))
#31 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Statamic\\View\\Antlers\\Antlers->usingParser(Object(Statamic\\View\\Antlers\\Parser), Object(Closure))
#32 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Tags.php(157): Illuminate\\Support\\Facades\\Facade::__callStatic('usingParser', Array)
#33 /Users/daniel/Code/cms/vendor/statamic/cms/src/Tags/Section.php(13): Statamic\\Tags\\Tags->parse()
#34 [internal function]: Statamic\\Tags\\Section->__call('main', Array)
#35 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Engine.php(159): call_user_func(Array)
#36 [internal function]: Statamic\\View\\Antlers\\Engine::renderTag(Object(Statamic\\View\\Antlers\\Parser), 'section', Array, '\
  {{ taxonomy ...', Array)
#37 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(578): call_user_func_array(Array, Array)
#38 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(177): Statamic\\View\\Antlers\\Parser->parseCallbackTags('\
\
\
\
\
\
{{ sectio...', Array)
#39 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Parser.php(132): Statamic\\View\\Antlers\\Parser->parse('{{ section:titl...', Array)
#40 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/Antlers/Engine.php(95): Statamic\\View\\Antlers\\Parser->parseView('/Users/daniel/C...', '{{ section:titl...', Array)
#41 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/View.php(139): Statamic\\View\\Antlers\\Engine->get('/Users/daniel/C...', Array)
#42 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\\View\\View->getContents()
#43 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\\View\\View->renderContents()
#44 /Users/daniel/Code/cms/vendor/statamic/cms/src/View/View.php(94): Illuminate\\View\\View->render()
#45 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Responses/DataResponse.php(154): Statamic\\View\\View->render()
#46 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Responses/DataResponse.php(45): Statamic\\Http\\Responses\\DataResponse->contents()
#47 /Users/daniel/Code/cms/vendor/statamic/cms/src/Structures/Page.php(377): Statamic\\Http\\Responses\\DataResponse->toResponse(Object(Illuminate\\Http\\Request))
#48 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(776): Statamic\\Structures\\Page->toResponse(Object(Illuminate\\Http\\Request))
#49 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(763): Illuminate\\Routing\\Router::toResponse(Object(Illuminate\\Http\\Request), Object(Statamic\\Structures\\Page))
#50 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\\Routing\\Router->prepareResponse(Object(Illuminate\\Http\\Request), Object(Statamic\\Structures\\Page))
#51 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#52 /Users/daniel/Code/cms/vendor/statamic/cms/src/StaticCaching/Middleware/Cache.php(34): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#53 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\StaticCaching\\Middleware\\Cache->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#54 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/AuthGuard.php(14): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#55 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\AuthGuard->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#56 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/Localize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#57 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\Localize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#58 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/StacheLock.php(29): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#59 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\StacheLock->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#60 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#61 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#62 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#63 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#64 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#65 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#66 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#67 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#68 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#69 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#70 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#71 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#72 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#73 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#74 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#75 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#76 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#77 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#78 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#79 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#80 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/DisableFloc.php(18): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#81 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\DisableFloc->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#82 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/CheckMultisite.php(14): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#83 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\CheckMultisite->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#84 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/CheckComposerJsonScripts.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#85 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\CheckComposerJsonScripts->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#86 /Users/daniel/Code/cms/vendor/statamic/cms/src/Http/Middleware/PoweredByHeader.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#87 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Statamic\\Http\\Middleware\\PoweredByHeader->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#88 /Users/daniel/Code/cms/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#89 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Barryvdh\\Debugbar\\Middleware\\InjectDebugbar->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#90 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#91 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#92 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#93 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#94 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#95 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#96 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#97 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#98 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#99 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#100 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#101 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#102 /Users/daniel/Code/cms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#103 /Users/daniel/Code/cms/public/index.php(59): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#104 /Users/daniel/Code/cms/server.php(21): require_once('/Users/daniel/C...')
#105 {main}
"}

Versions

Statamic 3.2.30 Pro Laravel 8.79.0 PHP 8.0.6 elvenstar/statamic-meilisearch 0.1.3 statamic/ssg 0.9.0

Installation

Fresh statamic/statamic site via CLI

Additional details

We're using Statamic multi-site.

tao commented 2 years ago

It seems that changing from sort="order|asc" to sort="order:asc" allows it to render the page.

jasonvarga commented 2 years ago

The colon syntax is what's documented. In your snippets you show sort="order:asc" but in your comment you mention that's what works. I'm confused. Can you confirm what's broken and what works?

tao commented 2 years ago

Sure, sort="order|asc" worked in 3.2.29 but using that in 3.2.30 caused an error. I now switched to sort="order:asc" and the bug disappears.

The code before snippet had:

 {{ taxonomy from="events" sort="order|asc" }}

And now it looks like this:

  {{ taxonomy from="events" sort="order:asc" }}
tao commented 2 years ago

Maybe updating the sort method in 3.2.30 to allow subfields ended up fixing a bug that existed before which allowed order|asc to work without breaking. Although I'm not quite sure yet how it's related to the file_put_contents error.

jasonvarga commented 2 years ago

Yeah looks like it.

sort="order|asc" says to me... sort by the order field then by the asc field.

You probably didn't have any asc values, they'd all be null. But order would be ascending anyway so it looked like it worked.

Not sure about the error either though.

jasonvarga commented 2 years ago

Oh probably because when we look for subfields using foo:bar:asc... if the last chunk is asc or desc, it takes the first chunk (foo:bar) as the field name.

Since you are just doing "sort by the asc field"... the chunk before asc was... nothing. So it failed when it tried to load the nothing index.

The "fix" for this would be to throw some other kind of exception. Either way, you'd be getting an error. I'd say just fix your template. 👍

nicoqh commented 2 years ago

Also make sure you specify the field name.

This worked before the merge:

collection:products sort="asc"

But you'll have to do:

collection:products sort="title:asc"
dustinleblanc commented 2 years ago

Just chiming in, I had this issue too, the prescribed fix worked for me!