Skip to content

Commit 2c943b3

Browse files
committed
Forma is not needed anymore
1 parent e815c50 commit 2c943b3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/ServiceProvider.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace TransformStudios\Events;
44

55
use Composer\InstalledVersions;
6-
use Edalzell\Forma\Forma;
76
use Illuminate\Support\Carbon;
87
use Illuminate\Support\Facades\Artisan;
98
use Statamic\Facades\Collection;
@@ -37,13 +36,6 @@ class ServiceProvider extends AddonServiceProvider
3736
Events::class,
3837
];
3938

40-
public function boot()
41-
{
42-
parent::boot();
43-
44-
Forma::add('transformstudios/events');
45-
}
46-
4739
public function bootAddon()
4840
{
4941
$this

0 commit comments

Comments
 (0)