Skip to content

Commit b90bfc7

Browse files
committed
proper namespace
1 parent 989941c commit b90bfc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ConfigController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Edalzell\Forma;
44

5-
use Forma\Events\ConfigSaved;
5+
use Edalzell\Forma\Events\ConfigSaved;
66
use Illuminate\Http\Request;
77
use Statamic\Facades\Blueprint as BlueprintAPI;
88
use Statamic\Facades\Path;

src/Events/ConfigSaved.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Forma\Events;
3+
namespace Edalzell\Forma\Events;
44

55
use Illuminate\Foundation\Events\Dispatchable;
66
use Illuminate\Queue\SerializesModels;

0 commit comments

Comments
 (0)