Skip to content

Commit

Permalink
⚰️ Remove Fruitcake CORS service provider (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsturm authored Feb 6, 2024
1 parent e67a809 commit cd1fd41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Roots/Acorn/Providers/AcornServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class AcornServiceProvider extends ServiceProvider
* @var string[]
*/
protected $providerConfigs = [
\Fruitcake\Cors\CorsServiceProvider::class => 'cors',
\Illuminate\Auth\AuthServiceProvider::class => 'auth',
\Illuminate\Broadcasting\BroadcastServiceProvider::class => 'broadcasting',
\Illuminate\Cache\CacheServiceProvider::class => 'cache',
Expand Down

0 comments on commit cd1fd41

Please sign in to comment.