Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMarchiorato committed Oct 20, 2020
1 parent c720932 commit 1d6e663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
php artisan vendor:publish --provider="OfflineAgency\FattureInCloud\FattureInCloudServiceProvider" --tag="config"
3 changes: 2 additions & 1 deletion src/FattureInCloudFacade.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

namespace InsologyStudio\FattureInCloud;
use Illuminate\Support\Facades\Facade;

class FattureInCloudFacade
class FattureInCloudFacade extends Facade
{
/**
* Get the registered name of the component.
Expand Down

0 comments on commit 1d6e663

Please sign in to comment.