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

Commit 1ccd037

Browse files
committed
wip
1 parent 53b0467 commit 1ccd037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Facades/GitDown.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace GitDown;
3+
namespace GitDown\Facades;
44

55
use Illuminate\Support\Facades\Facade as Facade;
66

src/GitDownServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class GitDownServiceProvider extends ServiceProvider
99
{
1010
public function register()
1111
{
12-
$this->app()->singleton('gitdown', function () {
12+
app()->singleton('gitdown', function () {
1313
return new GitDown(config('gitdown.token'));
1414
});
1515
}

0 commit comments

Comments
 (0)