Skip to content

Commit

Permalink
Merge pull request #1 from OwenMelbz/patch-1
Browse files Browse the repository at this point in the history
🐛 Fixes issue with namespace and suggest mode
  • Loading branch information
jsblair9 authored Jul 18, 2019
2 parents 5c3a344 + e441d86 commit 8459841
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions AllTheThingsSuggestMode.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?php

namespace Statamic\Addons\HoneyBooBoo;
namespace Statamic\Addons\AllTheThings;

use Statamic\Addons\Suggest\Modes\AbstractMode;
use Statamic\API\Entry;
use Statamic\API\Page;
use Statamic\API\Entry;
use Illuminate\Support\Str;
use Statamic\Addons\Suggest\Modes\AbstractMode;

/**
* A combination of pages and collection suggest modes.
* Code mostly stolen from core.
*/
class AllTheThingsMode extends AbstractMode
class AllTheThingsSuggestMode extends AbstractMode
{
public function suggestions()
{
Expand Down

0 comments on commit 8459841

Please sign in to comment.