Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adds a namespace for PSR-4.
  • Loading branch information
Adam Meech committed Jan 15, 2015
commit ec05fca4a04e3f9ea5695827430892b3f5eaaa2f
2 changes: 1 addition & 1 deletion src/Wheniwork.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php namespace Wheniwork;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need a sub-namespace for every project/library:

namespace Wheniwork\Api;


/**
* Client library for the When I Work scheduling and attendance platform.
Expand Down