Skip to content

Commit

Permalink
changes to resolve issues face when setting up.
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Feb 2, 2023
1 parent 4ce322c commit d6c3f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Entities/Blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Modules\Base\Entities\BaseModel;
use Illuminate\Database\Schema\Blueprint;
use Modules\Base\Classes\Migration;

class Blacklist extends BaseModel
{
Expand Down
1 change: 1 addition & 0 deletions Entities/Whitelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Modules\Mail\Entities;

use Modules\Base\Entities\BaseModel;
use Modules\Base\Classes\Migration;
use Illuminate\Database\Schema\Blueprint;

class Whitelist extends BaseModel
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mybizna/mail",
"description": "",
"type": "asgard-module",
"version": "1.2.60",
"version": "1.2.61",
"license": "GPL-3.0-or-later",
"authors": [
{
Expand Down

0 comments on commit d6c3f4d

Please sign in to comment.