We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bf7d1d + 2c943b3 commit 52d16ccCopy full SHA for 52d16cc
1 file changed
src/ServiceProvider.php
@@ -3,7 +3,6 @@
3
namespace TransformStudios\Events;
4
5
use Composer\InstalledVersions;
6
-use Edalzell\Forma\Forma;
7
use Illuminate\Support\Carbon;
8
use Illuminate\Support\Facades\Artisan;
9
use Statamic\Facades\Collection;
@@ -37,13 +36,6 @@ class ServiceProvider extends AddonServiceProvider
37
36
Events::class,
38
];
39
40
- public function boot()
41
- {
42
- parent::boot();
43
-
44
- Forma::add('transformstudios/events');
45
- }
46
47
public function bootAddon()
48
{
49
$this
0 commit comments