Skip to content

Commit

Permalink
Base class
Browse files Browse the repository at this point in the history
  • Loading branch information
gisostallenberg committed Nov 27, 2015
1 parent 198c77a commit 064d9cf
Showing 2 changed files with 14 additions and 0 deletions.
Empty file removed src/.gitkeep
Empty file.
14 changes: 14 additions & 0 deletions src/FilePermissionCalculator.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/*
* This file is part of the file permission library
*
* (c) Giso Stallenberg <gisostallenberg@gmail.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace GisoStallenberg\FilePermissionCalculator;

class FilePermissionCalculator {

}

0 comments on commit 064d9cf

Please sign in to comment.