Skip to content

Instantly share code, notes, and snippets.

View ilyasozkurt's full-sized avatar
💭
I may be slow to respond.

İlyas Özkurt ilyasozkurt

💭
I may be slow to respond.
View GitHub Profile
@ilyasozkurt
ilyasozkurt / FindRiskyNumericFields.php
Last active January 1, 2023 08:10
FindRiskyNumericFields.php
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
class FindRiskyFieldsOnDatabases extends Command
{
/**
<?php
class Home {
protected function test() {
echo "Home::test() called\n";
}
final public function kitchen() {
echo "Home::kitchen() called\n";
}