repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasInvitedAtHelpers.php | src/Traits/Classic/HasInvitedAtHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Illuminate\Support... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasInvitedAtScope.php | src/Traits/Classic/HasInvitedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasInvitedFlagScope.php | src/Traits/Classic/HasInvitedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasApprovedAt.php | src/Traits/Classic/HasApprovedAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
trait HasApprovedAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasPublishedAtScope.php | src/Traits/Classic/HasPublishedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasAcceptedFlagScope.php | src/Traits/Classic/HasAcceptedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasActiveFlag.php | src/Traits/Classic/HasActiveFlag.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
trait HasActiveFlag
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasAcceptedAtScope.php | src/Traits/Classic/HasAcceptedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasInvitedAt.php | src/Traits/Classic/HasInvitedAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
trait HasInvitedAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasApprovedFlagScope.php | src/Traits/Classic/HasApprovedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasPublishedFlagHelpers.php | src/Traits/Classic/HasPublishedFlagHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
trait HasPublishedFlag... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasVerifiedAtScope.php | src/Traits/Classic/HasVerifiedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Classic/HasVerifiedFlagScope.php | src/Traits/Classic/HasVerifiedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Classic;
use Cog\Flag\Scopes\Cl... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasExpiredAtScope.php | src/Traits/Inverse/HasExpiredAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasArchivedFlag.php | src/Traits/Inverse/HasArchivedFlag.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasArchivedFlag
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasDraftedAt.php | src/Traits/Inverse/HasDraftedAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasDraftedAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasArchivedAtHelpers.php | src/Traits/Inverse/HasArchivedAtHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Illuminate\Support... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasClosedAtScope.php | src/Traits/Inverse/HasClosedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasExpiredAtHelpers.php | src/Traits/Inverse/HasExpiredAtHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Illuminate\Support... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasDraftedFlagHelpers.php | src/Traits/Inverse/HasDraftedFlagHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasDraftedFlagHe... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasEndedFlagScope.php | src/Traits/Inverse/HasEndedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasArchivedAt.php | src/Traits/Inverse/HasArchivedAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasArchivedAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasDraftedFlag.php | src/Traits/Inverse/HasDraftedFlag.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasDraftedFlag
{... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasDraftedAtHelpers.php | src/Traits/Inverse/HasDraftedAtHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Illuminate\Support... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasClosedAtHelpers.php | src/Traits/Inverse/HasClosedAtHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Illuminate\Support... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasArchivedFlagHelpers.php | src/Traits/Inverse/HasArchivedFlagHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasArchivedFlagH... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasClosedFlag.php | src/Traits/Inverse/HasClosedFlag.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasClosedFlag
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasDraftedAtScope.php | src/Traits/Inverse/HasDraftedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasEndedAtScope.php | src/Traits/Inverse/HasEndedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasExpiredFlag.php | src/Traits/Inverse/HasExpiredFlag.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasExpiredFlag
{... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasEndedFlag.php | src/Traits/Inverse/HasEndedFlag.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasEndedFlag
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasExpiredFlagHelpers.php | src/Traits/Inverse/HasExpiredFlagHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasExpiredFlagHe... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasClosedFlagScope.php | src/Traits/Inverse/HasClosedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasArchivedAtScope.php | src/Traits/Inverse/HasArchivedAtScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasExpiredFlagScope.php | src/Traits/Inverse/HasExpiredFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasClosedFlagHelpers.php | src/Traits/Inverse/HasClosedFlagHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasClosedFlagHel... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasEndedAt.php | src/Traits/Inverse/HasEndedAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasEndedAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasEndedFlagHelpers.php | src/Traits/Inverse/HasEndedFlagHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasEndedFlagHelp... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasArchivedFlagScope.php | src/Traits/Inverse/HasArchivedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasClosedAt.php | src/Traits/Inverse/HasClosedAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasClosedAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasEndedAtHelpers.php | src/Traits/Inverse/HasEndedAtHelpers.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Illuminate\Support... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasDraftedFlagScope.php | src/Traits/Inverse/HasDraftedFlagScope.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
use Cog\Flag\Scopes\In... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/src/Traits/Inverse/HasExpiredAt.php | src/Traits/Inverse/HasExpiredAt.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Flag\Traits\Inverse;
trait HasExpiredAt
{
... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/TestCase.php | tests/TestCase.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag;
use Illuminate\Database... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/KeptFlagScopeTest.php | tests/Unit/Scopes/Classic/KeptFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/VerifiedFlagScopeTest.php | tests/Unit/Scopes/Classic/VerifiedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/AcceptedFlagScopeTest.php | tests/Unit/Scopes/Classic/AcceptedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/InvitedFlagScopeTest.php | tests/Unit/Scopes/Classic/InvitedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/AcceptedAtScopeTest.php | tests/Unit/Scopes/Classic/AcceptedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/VerifiedAtScopeTest.php | tests/Unit/Scopes/Classic/VerifiedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/ApprovedFlagScopeTest.php | tests/Unit/Scopes/Classic/ApprovedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/ApprovedAtScopeTest.php | tests/Unit/Scopes/Classic/ApprovedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/InvitedAtScopeTest.php | tests/Unit/Scopes/Classic/InvitedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/PublishedAtScopeTest.php | tests/Unit/Scopes/Classic/PublishedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/ActiveFlagScopeTest.php | tests/Unit/Scopes/Classic/ActiveFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Classic/PublishedFlagScopeTest.php | tests/Unit/Scopes/Classic/PublishedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/ExpiredFlagScopeTest.php | tests/Unit/Scopes/Inverse/ExpiredFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/ClosedAtScopeTest.php | tests/Unit/Scopes/Inverse/ClosedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/EndedFlagScopeTest.php | tests/Unit/Scopes/Inverse/EndedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/ArchivedFlagScopeTest.php | tests/Unit/Scopes/Inverse/ArchivedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/ExpiredAtScopeTest.php | tests/Unit/Scopes/Inverse/ExpiredAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/DraftedFlagScopeTest.php | tests/Unit/Scopes/Inverse/DraftedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/EndedAtScopeTest.php | tests/Unit/Scopes/Inverse/EndedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/ClosedFlagScopeTest.php | tests/Unit/Scopes/Inverse/ClosedFlagScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/DraftedAtScopeTest.php | tests/Unit/Scopes/Inverse/DraftedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Scopes/Inverse/ArchivedAtScopeTest.php | tests/Unit/Scopes/Inverse/ArchivedAtScopeTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Scopes\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasKeptFlagBehaviorTest.php | tests/Unit/Traits/Classic/HasKeptFlagBehaviorTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasActiveFlagHelpersTest.php | tests/Unit/Traits/Classic/HasActiveFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasVerifiedAtHelpersTest.php | tests/Unit/Traits/Classic/HasVerifiedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasPublishedFlagHelpersTest.php | tests/Unit/Traits/Classic/HasPublishedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasInvitedFlagHelpersTest.php | tests/Unit/Traits/Classic/HasInvitedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasPublishedAtHelpersTest.php | tests/Unit/Traits/Classic/HasPublishedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasKeptFlagHelperTest.php | tests/Unit/Traits/Classic/HasKeptFlagHelperTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasAcceptedAtHelpersTest.php | tests/Unit/Traits/Classic/HasAcceptedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasApprovedAtHelpersTest.php | tests/Unit/Traits/Classic/HasApprovedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasInvitedAtHelpersTest.php | tests/Unit/Traits/Classic/HasInvitedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasApprovedFlagHelpersTest.php | tests/Unit/Traits/Classic/HasApprovedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasAcceptedFlagHelpersTest.php | tests/Unit/Traits/Classic/HasAcceptedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Classic/HasVerifiedFlagHelpersTest.php | tests/Unit/Traits/Classic/HasVerifiedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Classic;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasExpiredAtHelpersTest.php | tests/Unit/Traits/Inverse/HasExpiredAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasArchivedFlagHelpersTest.php | tests/Unit/Traits/Inverse/HasArchivedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasEndedFlagHelpersTest.php | tests/Unit/Traits/Inverse/HasEndedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasDraftedAtHelpersTest.php | tests/Unit/Traits/Inverse/HasDraftedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasEndedAtHelpersTest.php | tests/Unit/Traits/Inverse/HasEndedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasDraftedFlagHelpersTest.php | tests/Unit/Traits/Inverse/HasDraftedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasArchivedAtHelpersTest.php | tests/Unit/Traits/Inverse/HasArchivedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasClosedFlagHelpersTest.php | tests/Unit/Traits/Inverse/HasClosedFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasClosedAtHelpersTest.php | tests/Unit/Traits/Inverse/HasClosedAtHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/Unit/Traits/Inverse/HasExpiredFlagHelpersTest.php | tests/Unit/Traits/Inverse/HasExpiredFlagHelpersTest.php | <?php
/*
* This file is part of Laravel Eloquent Flag.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Unit\Traits\Inverse;
use... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithVerifiedFlagFactory.php | tests/database/factories/EntityWithVerifiedFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithPublishedFlagFactory.php | tests/database/factories/EntityWithPublishedFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithKeptFlagFactory.php | tests/database/factories/EntityWithKeptFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithExpiredAtFactory.php | tests/database/factories/EntityWithExpiredAtFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithClosedAtFactory.php | tests/database/factories/EntityWithClosedAtFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithActiveFlagFactory.php | tests/database/factories/EntityWithActiveFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithApprovedFlagFactory.php | tests/database/factories/EntityWithApprovedFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithAcceptedAtFactory.php | tests/database/factories/EntityWithAcceptedAtFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithInvitedFlagFactory.php | tests/database/factories/EntityWithInvitedFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithPublishedAtFactory.php | tests/database/factories/EntityWithPublishedAtFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
cybercog/laravel-eloquent-flag | https://github.com/cybercog/laravel-eloquent-flag/blob/b78de1f45726511b73723b7f017a4a7f833c2546/tests/database/factories/EntityWithArchivedFlagFactory.php | tests/database/factories/EntityWithArchivedFlagFactory.php | <?php
/*
* This file is part of Laravel Ban.
*
* (c) Anton Komarev <anton@komarev.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Cog\Tests\Laravel\Flag\Database\Factories;
use Cog\Tests\... | php | MIT | b78de1f45726511b73723b7f017a4a7f833c2546 | 2026-01-05T05:04:43.856771Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.