Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cranleighschool/isams-php
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Jul 16, 2023
2 parents 0a60edb + e72468a commit 76f3c44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Illuminate\Http\JsonResponse;
use Illuminate\Support\Collection;
use spkm\isams\Endpoint;
use spkm\isams\Wrappers\Employee;
use spkm\isams\Wrappers\EmployeeCustomField;
use spkm\isams\Wrappers\EmployeeCustomFieldProperty;

Expand Down
12 changes: 6 additions & 6 deletions src/Exceptions/IsamsInstanceNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

class IsamsInstanceNotFound extends \Exception
{
/**
* TODO: (See below)
* Currently offered to be used by the consuming project. When the exception is a 404.
* But in time, we aim to re-write this package so that this exception will be
* thrown by the package itself on each request made to the API.
*/
/**
* TODO: (See below)
* Currently offered to be used by the consuming project. When the exception is a 404.
* But in time, we aim to re-write this package so that this exception will be
* thrown by the package itself on each request made to the API.
*/
}
2 changes: 1 addition & 1 deletion src/Wrappers/Lesson.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class Lesson extends Wrapper
{
/**
* @param $item
* @param $item
* @param \spkm\isams\Contracts\Institution $institution
*/
public function __construct($item, Institution $institution)
Expand Down

0 comments on commit 76f3c44

Please sign in to comment.