mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
refactor namespace and update routes for api
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
namespace Laraspace\Console\Commands;
|
||||
namespace Crater\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Carbon\Carbon;
|
||||
use Laraspace\Estimate;
|
||||
use Crater\Estimate;
|
||||
|
||||
class CheckEstimateStatus extends Command
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user