Skip to content

Instantly share code, notes, and snippets.

View G3z's full-sized avatar

Giacomo Trezzi G3z

View GitHub Profile
<?php
class RelationsTest extends TestFeatureCase
{
public function testSearchColumnsWithScope()
{
$user = $this->users->random();
$params = [
'search' => $user->email,
'model' => Crypt::encryptString(EmptyUserModel::class),
export interface PolonoElement {
type: string;
x: number;
y: number;
rotation: number;
locked: boolean;
// effects
blurEnabled: boolean;
blurRadius: number;