Skip to content

Commit

Permalink
Merge pull request #16 from ItinerisLtd/bugfix-acorn-service-provider
Browse files Browse the repository at this point in the history
updated ServiceProvider to extend Illuminate-Provider
  • Loading branch information
Igor-Tkachenko authored Mar 29, 2024
2 parents 2711152 + c897eaf commit bb95696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion page-as-post-type-archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Page as post type archive
* Plugin URI: https://github.com/ItinerisLtd/page-as-post-type-archive/
* Description: Allows you to set a page as the archive of a post type.
* Version: 0.1.0
* Version: 0.2.2
* Author: Itineris Limited
* Author URI: https://www.itineris.co.uk/
* Text Domain: page-as-post-type-archive
Expand Down
4 changes: 2 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

namespace Itineris\PageAsPostTypeArchive;

use Roots\Acorn\ServiceProvider as RootsServiceProvider;
use Illuminate\Support\ServiceProvider as ServiceProviderBase;
use function Roots\base_path;

class ServiceProvider extends RootsServiceProvider
class ServiceProvider extends ServiceProviderBase
{
/**
* Bootstrap any application services.
Expand Down

0 comments on commit bb95696

Please sign in to comment.