Skip to content

Commit

Permalink
docs(update docs):
Browse files Browse the repository at this point in the history
  • Loading branch information
iiDestiny committed Dec 29, 2018
1 parent ddfc6ec commit 4f384a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/OssStorageServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the iidestiny/flysystem-oss.
*
* (c) iidestiny <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Iidestiny\LaravelFilesystemOss;

use Iidestiny\Flysystem\Oss\OssAdapter;
Expand All @@ -8,6 +17,11 @@
use Illuminate\Support\Facades\Storage;
use League\Flysystem\Filesystem;

/**
* Class OssStorageServiceProvider
*
* @author iidestiny <[email protected]>
*/
class OssStorageServiceProvider extends ServiceProvider
{
/**
Expand Down

0 comments on commit 4f384a2

Please sign in to comment.