-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ARCANEDEV/updat-package
Updating the package
- Loading branch information
Showing
11 changed files
with
59 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ | |
* @package Arcanedev\LaravelMessenger\Models | ||
* @author ARCANEDEV <[email protected]> | ||
* | ||
* @property int id | ||
* @property string subject | ||
* @property \Carbon\Carbon created_at | ||
* @property \Carbon\Carbon updated_at | ||
* @property \Carbon\Carbon deleted_at | ||
* @property int id | ||
* @property string subject | ||
* @property \Illuminate\Support\Carbon created_at | ||
* @property \Illuminate\Support\Carbon updated_at | ||
* @property \Illuminate\Support\Carbon deleted_at | ||
* | ||
* @property \Illuminate\Database\Eloquent\Model creator | ||
* @property \Illuminate\Database\Eloquent\Collection messages | ||
|
@@ -35,13 +35,6 @@ | |
*/ | ||
class Discussion extends Model implements DiscussionContract | ||
{ | ||
/* ----------------------------------------------------------------- | ||
| Traits | ||
| ----------------------------------------------------------------- | ||
*/ | ||
|
||
use SoftDeletes; | ||
|
||
/* ----------------------------------------------------------------- | ||
| Properties | ||
| ----------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters