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

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Mar 6, 2019
1 parent 53b0467 commit 1ccd037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Facades/GitDown.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace GitDown;
namespace GitDown\Facades;

use Illuminate\Support\Facades\Facade as Facade;

Expand Down
2 changes: 1 addition & 1 deletion src/GitDownServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class GitDownServiceProvider extends ServiceProvider
{
public function register()
{
$this->app()->singleton('gitdown', function () {
app()->singleton('gitdown', function () {
return new GitDown(config('gitdown.token'));
});
}
Expand Down

0 comments on commit 1ccd037

Please sign in to comment.