Fix flight page errors and some naming fixes
This commit is contained in:
@@ -4,7 +4,7 @@ namespace App\Models\Traits;
|
||||
|
||||
use App\Models\Expense;
|
||||
|
||||
trait Expensable
|
||||
trait ExpensableTrait
|
||||
{
|
||||
public static function bootExpensable()
|
||||
{
|
||||
@@ -4,7 +4,7 @@ namespace App\Models\Traits;
|
||||
|
||||
use Hashids\Hashids;
|
||||
|
||||
trait HashId
|
||||
trait HashIdTrait
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
Reference in New Issue
Block a user