Skip to content

Commit 9b39c22

Browse files
committed
chore: Add service provider back and cleanup
1 parent 183cda8 commit 9b39c22

File tree

10 files changed

+20
-735
lines changed

10 files changed

+20
-735
lines changed

src/ConciseServiceProvider.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
declare(strict_types=1);
3+
4+
namespace Articulate\Concise;
5+
6+
use Illuminate\Support\ServiceProvider;
7+
8+
class ConciseServiceProvider extends ServiceProvider
9+
{
10+
public function register(): void
11+
{
12+
13+
}
14+
15+
public function boot(): void
16+
{
17+
18+
}
19+
}

tests/ConciseTest.php

Lines changed: 0 additions & 116 deletions
This file was deleted.

tests/MapperDiscoveryTest.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

workbench/app/Components/AuthCredentials.php

Lines changed: 0 additions & 106 deletions
This file was deleted.

workbench/app/Components/Timestamps.php

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)