Skip to content

Commit

Permalink
Add action_events table into laravel default tables (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cable8mm authored Jan 3, 2025
1 parent ff5896a commit 06b8f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class Xeed implements ArrayAccess
*/
public const AVAILABLE_DATABASES = ['mysql', 'sqlite', 'pgsql'];

public const LARAVEL_DEFAULT_TABLES = ['cache', 'cache_locks', 'failed_jobs', 'job_batches', 'jobs', 'migrations', 'password_resets', 'sessions', 'users'];
public const LARAVEL_DEFAULT_TABLES = ['cache', 'cache_locks', 'failed_jobs', 'job_batches', 'jobs', 'action_events', 'migrations', 'password_resets', 'sessions', 'users'];

/**
* @var array<\Cable8mm\Xeed\Table> Table array.
Expand Down

0 comments on commit 06b8f21

Please sign in to comment.