Skip to content

Commit 54e512f

Browse files
authored
Restore AppServiceProvider registration in the "workos" branch (#104)
1 parent 1e80378 commit 54e512f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootstrap/providers.php

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

3-
return [];
3+
return [
4+
App\Providers\AppServiceProvider::class,
5+
];

0 commit comments

Comments
 (0)