Skip to content

Commit

Permalink
Update create_logs_table.php.stub
Browse files Browse the repository at this point in the history
Updated Migration Class name to CreateUserActivityLogs from CreateUserActivityLog
  • Loading branch information
Dipesh79 authored Sep 25, 2023
1 parent 75ecdab commit a6ebbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/migrations/create_logs_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class CreateUserActivityLogTable extends Migration
class CreateUserActivityLogsTable extends Migration
{
/**
* Run the migrations.
Expand Down

0 comments on commit a6ebbb0

Please sign in to comment.