Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed amine authored and mohamed amine committed Sep 8, 2017
1 parent c7457af commit 711c31c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion upload/File.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace upload;
namespace Upload;

class File extends Validate
{
Expand Down
2 changes: 1 addition & 1 deletion upload/FileInfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace upload;
namespace Upload;

class FileInfo implements FileInfoInterface
{
Expand Down
2 changes: 1 addition & 1 deletion upload/FileInfoInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace upload;
namespace Upload;

interface FileInfoInterface
{
Expand Down
2 changes: 1 addition & 1 deletion upload/MultiFile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace upload;
namespace Upload;

class MultiFile
{
Expand Down
2 changes: 1 addition & 1 deletion upload/Validate.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace upload;
namespace Upload;

class Validate extends FileInfo implements ValidateInterface
{
Expand Down
2 changes: 1 addition & 1 deletion upload/ValidateInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace upload;
namespace Upload;

interface ValidateInterface
{
Expand Down

0 comments on commit 711c31c

Please sign in to comment.