We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989941c commit b90bfc7Copy full SHA for b90bfc7
src/ConfigController.php
@@ -2,7 +2,7 @@
2
3
namespace Edalzell\Forma;
4
5
-use Forma\Events\ConfigSaved;
+use Edalzell\Forma\Events\ConfigSaved;
6
use Illuminate\Http\Request;
7
use Statamic\Facades\Blueprint as BlueprintAPI;
8
use Statamic\Facades\Path;
src/Events/ConfigSaved.php
@@ -1,6 +1,6 @@
1
<?php
-namespace Forma\Events;
+namespace Edalzell\Forma\Events;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
0 commit comments