Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit ca46198

Browse files
committed
Removing file docblocks
They had information that's outdated, or available elsewhere
1 parent 8c2925b commit ca46198

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

src/Ardent/Ardent.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php namespace LaravelArdent\Ardent;
22

3-
/*
4-
* This file is part of the Ardent package.
5-
*
6-
* (c) Max Ehsan <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
use Closure;
134
use Illuminate\Container\Container;
145
use Illuminate\Database\Capsule\Manager as DatabaseCapsule;

src/Ardent/Facades/Ardent.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php namespace LaravelArdent\Ardent\Facades;
22

3-
/*
4-
* This file is part of the Ardent package.
5-
*
6-
* (c) Max Ehsan <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
use Illuminate\Support\Facades\Facade;
134

145
class Ardent extends Facade {

src/Ardent/Providers/ArdentServiceProvider.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php namespace LaravelArdent\Ardent\Providers;
22

3-
/*
4-
* This file is part of the Ardent package.
5-
*
6-
* (c) Max Ehsan <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
use Illuminate\Support\ServiceProvider;
134
use LaravelArdent\Ardent\Ardent;
145

0 commit comments

Comments
 (0)