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

Commit

Permalink
Removing file docblocks
Browse files Browse the repository at this point in the history
They had information that's outdated, or available elsewhere
  • Loading branch information
igorsantos07 committed Nov 1, 2015
1 parent 8c2925b commit ca46198
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions src/Ardent/Ardent.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php namespace LaravelArdent\Ardent;

/*
* This file is part of the Ardent package.
*
* (c) Max Ehsan <contact@LaravelArdent.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

use Closure;
use Illuminate\Container\Container;
use Illuminate\Database\Capsule\Manager as DatabaseCapsule;
Expand Down
9 changes: 0 additions & 9 deletions src/Ardent/Facades/Ardent.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php namespace LaravelArdent\Ardent\Facades;

/*
* This file is part of the Ardent package.
*
* (c) Max Ehsan <contact@LaravelArdent.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

use Illuminate\Support\Facades\Facade;

class Ardent extends Facade {
Expand Down
9 changes: 0 additions & 9 deletions src/Ardent/Providers/ArdentServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php namespace LaravelArdent\Ardent\Providers;

/*
* This file is part of the Ardent package.
*
* (c) Max Ehsan <contact@LaravelArdent.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

use Illuminate\Support\ServiceProvider;
use LaravelArdent\Ardent\Ardent;

Expand Down

0 comments on commit ca46198

Please sign in to comment.