Skip to content

Commit 481c978

Browse files
Rename/refactor interfaces
1 parent 57ef8c7 commit 481c978

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php namespace Lecturize\Followers\Contracts;
2+
3+
interface CanBeFollowedInterface
4+
{
5+
//
6+
}

src/Contracts/CanFollowInterface.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22

33
interface CanFollowInterface
44
{
5-
/**
6-
* @return mixed
7-
*/
8-
// public function following();
5+
//
96
}

src/Contracts/FollowableInterface.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)