Skip to content

Commit

Permalink
chore: removed facade ignition contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir committed May 26, 2024
1 parent 2084957 commit 5d983c5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 55 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"statamic/cms": "^3.4 || ^4 || ^5"
},
"require-dev": {
"facade/ignition-contracts": "^1.0",
"laravel/pint": "^1.15",
"nunomaduro/collision": "^4.2 || ^5.0 || ^6.1 || ^8.1",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0"
Expand Down
23 changes: 0 additions & 23 deletions src/Exceptions/IncorrectEngineException.php

This file was deleted.

25 changes: 0 additions & 25 deletions src/Exceptions/Solutions/IncorrectEngineSolution.php

This file was deleted.

7 changes: 1 addition & 6 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace StefanGalescu\Heroicons;

use Statamic\Providers\AddonServiceProvider;
use StefanGalescu\Heroicons\Exceptions\IncorrectEngineException;

class ServiceProvider extends AddonServiceProvider
{
Expand All @@ -13,10 +12,6 @@ class ServiceProvider extends AddonServiceProvider

public function bootAddon()
{
$antlersEngine = config('statamic.antlers.version');

if ($antlersEngine !== 'runtime') {
throw new IncorrectEngineException();
}

}
}

0 comments on commit 5d983c5

Please sign in to comment.