Skip to content

Commit

Permalink
Merge pull request #3 from boscan-alexandru/bugfix/psr4-standard-nonc…
Browse files Browse the repository at this point in the history
…omplience

🚨 Fix: Fixed some psr-4 standard errors when using the package externally
  • Loading branch information
curtisdelicata authored Feb 10, 2024
2 parents e87dd8a + 73b468f commit f0daaea
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Facades/GedcomExpFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Support\Facades\Facade;

class GedcomParserFacade extends Facade
class GedcomExpFacade extends Facade
{
protected static function getFacadeAccessor()
{
Expand Down
3 changes: 2 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

use FamilyTree365\LaravelGedcom\Commands\GedcomImporter;
use FamilyTree365\LaravelGedcom\Utils\GedcomParser;
use \Illuminate\Support\ServiceProvider as BaseServiceProvider;

class ServiceProvider extends \Illuminate\Support\ServiceProvider
class ServiceProvider extends BaseServiceProvider
{
public $app;
public function register()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f0daaea

Please sign in to comment.