Skip to content

Commit

Permalink
namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszCTO committed Mar 29, 2016
1 parent cdf5f2e commit 42bdd43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Intercom.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Custom\Intercom;
namespace Darkin1\Intercom;


use Illuminate\Support\Facades\Facade;
Expand Down
2 changes: 1 addition & 1 deletion lib/IntercomApi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Custom\Intercom;
namespace Darkin1\Intercom;

use Intercom\IntercomBasicAuthClient;

Expand Down
2 changes: 1 addition & 1 deletion lib/IntercomServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Time: 13:40
*/

namespace App\Custom\Intercom;
namespace Darkin1\Intercom;


use Illuminate\Support\ServiceProvider;
Expand Down

0 comments on commit 42bdd43

Please sign in to comment.